Re: [RFC 02/15] vfs: Change all structures to support 64 bit time

2016-01-20 Thread Dave Chinner
On Tue, Jan 19, 2016 at 11:25:02PM +0100, Arnd Bergmann wrote: > On Wednesday 20 January 2016 07:49:46 Dave Chinner wrote: > > You're doing it wrong. fat_time_fat2unix() still gets passed > > &inode->i_mtime, and the function prototype is changed to a > > timespec64. *Nothing else needs to change*

Re: [RFC 02/15] vfs: Change all structures to support 64 bit time

2016-01-20 Thread Deepa Dinamani
On Tue, Jan 19, 2016 at 9:12 PM, Deepa Dinamani wrote: > > On Tue, Jan 19, 2016 at 2:25 PM, Arnd Bergmann wrote: >> On Wednesday 20 January 2016 07:49:46 Dave Chinner wrote: >>> On Mon, Jan 18, 2016 at 09:27:13PM -0800, Deepa Dinamani wrote: >>> > On Mon, Jan 18, 2016 at 5:38 PM, Dave Chinner wr