]> asedeno.scripts.mit.edu Git - linux.git/commit
f2fs: don't bother with inode->i_version
authorJeff Layton <jlayton@redhat.com>
Mon, 30 Oct 2017 15:11:56 +0000 (11:11 -0400)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 6 Nov 2017 00:42:05 +0000 (16:42 -0800)
commitd1954ab4c9aa67a0d5a2457120cbc8c02594de6a
treee4d0dcab9b319c013f8b3a5c6a59ea45043946d5
parentbf34c93d264509422e9eb11e2dbcea8d8e875efd
f2fs: don't bother with inode->i_version

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 <jlayton@redhat.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c