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

2018-07-22 Thread Theodore Y. Ts'o
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 >

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

2018-07-11 Thread Arnd Bergmann
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 Signed-off-by: Arnd Bergmann --- fs/ext4/ext4.h | 22 +-