Whamcloud - gitweb
e2fsck: check inline directory data "block" first
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 10 Aug 2014 22:39:47 +0000 (18:39 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 10 Aug 2014 22:39:47 +0000 (18:39 -0400)
commit68073429d3c81eebbf502fdc5ff320468e9b0d2c
tree6ebefbadf47e252fc216a2b7762971a786d5cfc9
parent04af897878f6966396e40e18e2d2f98d52afebb9
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>
e2fsck/pass1.c