On Wed, Jan 15, 2020 at 09:11:07PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > The 32-bit calculation of the maximum filesize is incorrect. Replace it > with the formula that the kernel has used since commit 0cc3b0ec23ce > ("Clarify (and fix) MAX_LFS_FILESIZE macros"). This fixes a regression > in generic/351 on 32-bit kernels. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>