commit | e8548796a5bb59b2319c81973b7a460f036faa3e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Thu Aug 02 17:27:43 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Aug 02 17:27:43 2012 -0400 |
tree | feab6fe670c50237059a740f083205c25a5be763 | |
parent | 81683c6a32045cf04d76a024e6f1753535b97c22 [diff] |
e2fsck: check directory leaf block checksums Checks that directory leaf blocks have the necessary fake dir_entry at the end of the block to hold a checksum and that the checksum is valid. It will resize the block and/or rebuild the directory if necessary. Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>