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>
Fri, 27 Jul 2018 09:03:59 +0000 (18:03 +0900)
commit24b81dfcb73f2dc21c61502512d1422f15a579dc
tree12cd9a666304423f13074dc56c9efbbc9c916c38
parent6aead1617b3adf2b7e2c56f0f13e4e0ee42ebb4a
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/inode.c
fs/f2fs/namei.c