commit | bf93a9685ea71db0a519e1df07c3ed850933034d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Aug 26 23:44:04 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Aug 26 23:45:11 2014 -0400 |
tree | b67557dbd0c7577831864943d927663c0141e360 | |
parent | 97f168b67eb1d0b46ec08bf2751313604e67fc16 [diff] |
e2fsck: fix infinite loop when recovering corrupt journal blocks When recovering the journal, don't fall into an infinite loop if we encounter a corrupt journal block. Instead, just skip the block and proceed with the full filesystem fsck. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>