Re: [Y2038] [RFC v2b 5/5] fs: xfs: change inode times to use vfs_time data type

2016-02-13 Thread Arnd Bergmann
On Saturday 13 February 2016 13:18:32 Dave Chinner wrote: > On Fri, Feb 12, 2016 at 01:45:49AM -0800, Deepa Dinamani wrote: > > This is in preparation for changing VFS inode timestamps to > > use 64 bit time. > > The VFS inode timestamps are not y2038 safe as they use > > struct timespec. These wil

Re: [Y2038] [RFC v2b 5/5] fs: xfs: change inode times to use vfs_time data type

2016-02-12 Thread Dave Chinner
On Fri, Feb 12, 2016 at 01:45:49AM -0800, Deepa Dinamani wrote: > This is in preparation for changing VFS inode timestamps to > use 64 bit time. > The VFS inode timestamps are not y2038 safe as they use > struct timespec. These will be changed to use struct timespec64 > instead and that is y2038 sa