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:
1d72214
)
e2fsck: Allow cancellation during group descriptor checks.
author
Valerie Aurora Henson
<vaurora@redhat.com>
Wed, 5 Aug 2009 02:48:15 +0000
(22:48 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 5 Aug 2009 02:48:15 +0000
(22:48 -0400)
Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/super.c
patch
|
blob
|
history
diff --git
a/e2fsck/super.c
b/e2fsck/super.c
index
2202967
..
c71e035
100644
(file)
--- a/
e2fsck/super.c
+++ b/
e2fsck/super.c
@@
-687,6
+687,9
@@
void check_super_block(e2fsck_t ctx)
if (should_be)
ext2fs_group_desc_csum_set(fs, i);
+ /* If the user aborts e2fsck by typing ^C, stop right away */
+ if (ctx->flags & E2F_FLAG_SIGNAL_MASK)
+ return;
}
/*