On Mon, Oct 26, 2020 at 04:34:13PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Create a real struct timespec64 that supports 64-bit seconds counts. > The C library struct timespec doesn't support this on 32-bit > architectures and we cannot lose the upper bits in the incore inode. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > Reviewed-by: Amir Goldstein <amir73il@xxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>