From bf9a8738669c4bd99bb90971fa96290936c6b72a Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Fri, 9 Dec 2011 15:14:16 +0400 Subject: [PATCH] restore: Drop bogus comment Even u64 address might consume not greater than 20 bytes of string so 128 is enough and safe here. Signed-off-by: Cyrill Gorcunov --- cr-restore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cr-restore.c b/cr-restore.c index 6e9569f8d..d9d2a1bc0 100644 --- a/cr-restore.c +++ b/cr-restore.c @@ -158,9 +158,8 @@ static void shmem_update_real_pid(int vpid, int rpid) static int shmem_wait_and_open(struct shmem_info *si) { - /* FIXME - not good */ - char path[128]; unsigned long time = 1000; + char path[128]; sleep(1);