Re: [f2fs-dev] [PATCH] f2fs: use timespec64 for inode timestamps

2018-06-20 Thread Chao Yu
On 2018/6/20 16:02, Arnd Bergmann wrote: > 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 Reviewed-by: Chao Yu Thanks, -

[f2fs-dev] [PATCH] f2fs: use timespec64 for inode timestamps

2018-06-20 Thread Arnd Bergmann
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 --- fs/f2fs/f2fs.h | 16 ++-- fs/f2fs/inode.c | 12 ++-- fs/f2fs/namei.c | 2 +- 3 files changed, 13 insertions(+), 17 de