commit | 52b0c6e6c9b2497f5d749bf30e6bc632aa45e6cb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Aug 10 18:46:53 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 10 18:46:53 2014 -0400 |
tree | f13d05fbd220d2d3c186616a217a7d5999453833 | |
parent | 3a748dfc1cc28878b5c0ffc1042c3efb3d26360e [diff] |
e2fsck: check inline dir size is a multiple of 4 Directory entries must have a size that's a multiple of 4; therefore the inline directory structure must also have a size that is a muliple of 4. Since e2fsck doesn't check this, we should check that now. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>