On Thu, Jun 14, 2018 at 10:33:20AM +0300, Artem Blagodarenko wrote: > From: Andreas Dilger <andreas.dilger@xxxxxxxxx> > > Mark device inodes bad if they have the EXT4_EXTENTS_FL set, since > this should never happen and likely shows the inode is corrupt. > > Change-Id: I85ab667b39ff57c658a779e59f692a080217690e > Signed-off-by: Andreas Dilger <andreas.dilger@xxxxxxxxx> Thanks, applied. One minor fixup: I updated the comment in pass1.c to reflect that we are now testing the extents flag. - Ted