commit | 40b163f1c45f52752677e66d2fd273dbfd273a22 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 28 13:06:26 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 28 13:06:26 2014 -0400 |
tree | 9047b84d0ab4086388c351d2f49e3ed1fba576d0 | |
parent | 6e2631463f3a2ce430a295c68aead3ff228ca3cf [diff] |
ext4: check inline directory before converting Before converting an inline directory to a regular directory, check the directory entries to make sure they're not obviously broken. This helps us to avoid a BUG_ON if one of the dirents is trashed. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Andreas Dilger <adilger@dilger.ca>