On Fri, Aug 08, 2014 at 09:24:29AM -0700, Darrick J. Wong wrote: > If we come across an inode with the inline data and extents inode flag > set, try to figure out the correct flag settings from the contents of > i_block and i_size. If i_blocks looks like an extent tree head, we'll > make it an extent inode; if it's small enough for inline data, set it > to that. This leaves the weird gray area where there's no extent > tree but it's too big for the inode -- if /could/ be a block map, > change it to that; otherwise, just clear the inode. > > v2: Don't add unnecessary variables. > > 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