commit | e274cc39b91f5b0674eac922b22b29b857442194 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Jan 28 11:37:44 2015 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jan 28 11:37:44 2015 -0500 |
tree | 178cae99a8a5c287791c549f9af0ffb8d9aad3af | |
parent | 0ac4b3973f313a0bd914b21e85c67b1b76e742fb [diff] |
e2fsck: improve the inline directory detector Strengthen the checks that guess if the inode we're looking at is an inline directory. The current check sweeps up any inline inode if its length is a multiple of four; now we'll at least try to see if there's the beginning of a valid directory entry. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>