commit | 68073429d3c81eebbf502fdc5ff320468e9b0d2c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Aug 10 18:39:47 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 10 18:39:47 2014 -0400 |
tree | 6ebefbadf47e252fc216a2b7762971a786d5cfc9 | |
parent | 04af897878f6966396e40e18e2d2f98d52afebb9 [diff] |
e2fsck: check inline directory data "block" first Since the inline data flag will cause the extent/block map iteration code to abort fsck early, move the test for the inode flag and the actual block check call further forward in check_blocks. This eliminates an e2fsck abort on an inline data symlink when the file ACL block is set. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>