Re: [PATCH v2 4/6] ext4: use timespec64 for all inode times

From: Theodore Y. Ts'o
Date: Sun Jul 22 2018 - 14:08:41 EST


On Wed, Jul 11, 2018 at 11:14:12AM +0200, Arnd Bergmann wrote:
> This is the last missing piece for the inode times on 32-bit systems:
> now that VFS interfaces use timespec64, we just need to stop truncating
> the tv_sec values for y2038 compatibililty.
>
> Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Thanks, applied.

- Ted