On Fri, Aug 01, 2014 at 11:12:54AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Selectively disable checksum verification in a couple more places: > > In check_blocks, disable checksum verification when iterating a block > map because the block map iterator function (re)reads the inode, which > could be unchanged since the scan found that the checksum fails. We > don't want to abort here; we want to keep evaluating the inode, and we > already know if the inode checksum doesn't match. > > Further down in check_blocks when we're trying to see if i_size > matches the amount of data stored in the inode, don't allow checksum > errors when we go looking for the size of inline data. If the > required attribute is at all find-able in the EA block, we'll fix any > other problems with the EA block later. In the meantime, we don't > want to be truncating files unnecessarily. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Applied, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html