On Mon, Sep 30, 2013 at 06:27:28PM -0700, Darrick J. Wong wrote: > If someone tries to write a file that is larger than 2GB, we need to set the > large_file feature flag to affirm that i_size_hi can hold meaningful contents. > (I don't see anything checking large_file except e2fsck...) The large_file feature is there to protect ancient (2.2?) kernels that didn't understand large files. It's largely not needed in modern kernels, which all understand it. Still this patch is good for correctness; thanks for pointing it out! Thanks, applied. - 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