commit | 606638906a0229323d1b2871fdb0d45ea0e7ff62 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu May 28 23:40:18 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 28 23:40:18 2009 -0400 |
tree | 206dc5930dbaa75c7d0bd0320bd90c933f2df99b | |
parent | 6dce532867a0f8d6a99a2c6fe049de411dc109f2 [diff] |
e2fsck: Go back to the original superblock if the backup sb is invalid In the case where the block group descriptors appear corrupt, e2fsck will try to use the backup superblock. However, it could be that the backup superblock itself is completely corrupted, in which e2fsck should go back to the original superblock instead of refusing to fix the file system. Addresses-Debian-Bug: #516820 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>