Re: [PATCH] f2fs: don't bother with inode->i_version

2017-10-31 Thread Chao Yu
On 2017/10/30 23:11, Jeff Layton wrote: > From: Jeff Layton > > f2fs does not set the SB_I_VERSION flag, so the i_version will never > be incremented on write. It was recently changed to increment the > i_version on a quota write, which isn't necessary here. > > Signed-off-by: Jeff Layton Revi

[PATCH] f2fs: don't bother with inode->i_version

2017-10-30 Thread Jeff Layton
From: Jeff Layton f2fs does not set the SB_I_VERSION flag, so the i_version will never be incremented on write. It was recently changed to increment the i_version on a quota write, which isn't necessary here. Signed-off-by: Jeff Layton --- fs/f2fs/super.c | 2 -- 1 file changed, 2 deletions(-)