On 03/18/2010 04:38 PM, Eric Sandeen wrote: > commmit 8a8f36540bbf5d4397cf476e216e9a720b5c1d8e added handling of > the high i_blocks number, but did not enlarge the container it > went into: > > - if ((pb.num_blocks != inode->i_blocks) || > + if ((pb.num_blocks != ext2fs_inode_i_blocks(fs, inode)) || > > -Eric > Actually, no, that was too quick a skim through, sorry. :) does your filesystem end up with the EXT4_FEATURE_RO_COMPAT_HUGE_FILE feature set after your posix_fallocate test? -Eric -- 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