[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1363425205-10970-1-git-send-email-tracek@redhat.com>
Date: Sat, 16 Mar 2013 10:13:23 +0100
From: Tomas Racek <tracek@...hat.com>
To: linux-ext4@...r.kernel.org
Cc: Tomas Racek <tracek@...hat.com>
Subject: [PATCH 1/3] e2image: Remove useless exit call
Exit is called right after the install_image anyway so this one can
be removed.
Signed-off-by: Tomas Racek <tracek@...hat.com>
---
misc/e2image.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/misc/e2image.c b/misc/e2image.c
index b1badda..6988c4d 100644
--- a/misc/e2image.c
+++ b/misc/e2image.c
@@ -1230,7 +1230,6 @@ static void install_image(char *device, char *image_fn, int type)
}
ext2fs_close (fs);
- exit (0);
}
static struct ext2_qcow2_hdr *check_qcow2_image(int *fd, char *name)
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists