Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab0d28
)
e2image: remove useless exit call
author
Tomas Racek
<tracek@redhat.com>
Mon, 22 Apr 2013 03:21:32 +0000
(23:21 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 22 Apr 2013 03:21:32 +0000
(23:21 -0400)
Exit is called right after the install_image anyway so this one can
be removed.
Signed-off-by: Tomas Racek <tracek@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/e2image.c
patch
|
blob
|
history
diff --git
a/misc/e2image.c
b/misc/e2image.c
index
b1badda
..
6988c4d
100644
(file)
--- 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)