[RFC 29/32] f2fs: convert to struct inode_time

2014-05-30 Thread Arnd Bergmann
f2fs uses unsigned 40-bit seconds for inode timestamps, which will work basically forever, but the VFS uses struct timespec for timestamps, which is only good until 2038 on 32-bit CPUs. This gets us one small step closer to lifting the VFS limit by using struct inode_time in f2fs. Signed-off-by:

[RFC 29/32] f2fs: convert to struct inode_time

2014-05-30 Thread Arnd Bergmann
f2fs uses unsigned 40-bit seconds for inode timestamps, which will work basically forever, but the VFS uses struct timespec for timestamps, which is only good until 2038 on 32-bit CPUs. This gets us one small step closer to lifting the VFS limit by using struct inode_time in f2fs. Signed-off-by: