OSDN Git Service

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>
Tue, 18 Sep 2018 20:36:18 +0000 (13:36 -0700)
commite7406233c15f23d796d2e100872507d4ddc61e7e
treec597ef4916dcad37ee3d1f0a9c4bd994c8711d04
parentb4957b928c845d339bbaeff0e1ed2bd910b05a5a
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