f2fs: use timespec64 for inode timestamps
authorArnd Bergmann <arnd@arndb.de>
Wed, 20 Jun 2018 08:02:19 +0000 (10:02 +0200)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 5 Sep 2018 22:10:15 +0000 (15:10 -0700)
commit98c7ff4c05a06cd81e432ee6b80d3c129cdfa19d
tree3aede2ca0404d46be724c27d4a40875c2fa873fd
parent49be0b6829f722f8d2975ee823205c60e6b16465
f2fs: use timespec64 for inode timestamps

The on-disk representation and the vfs both use 64-bit tv_sec values,
so let's change the last missing piece in the middle.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/namei.c