commit | deae60a087fceb3418efb8dd23ab557b767f925a | [log] [tgz] |
---|---|---|
author | Lukas Czerner <lczerner@redhat.com> | Mon Mar 05 08:49:34 2012 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Mar 11 15:38:23 2012 -0400 |
tree | 47b0c96845d0e5f8749c326bba0464adac30ab0a | |
parent | 467953263ebb406dcf27c92146d6e394bf2f94e5 [diff] |
e2fsck: do not forget to discard last block group Previously when running e2fsck with '-E discard' argument the end of the last group has not been discarded. This patch fixes it so we always discard the end of the last group if needed. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>