]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: remove wrong comment in f2fs_invalidate_page()
authorChao Yu <yuchao0@huawei.com>
Wed, 6 Mar 2019 08:18:33 +0000 (16:18 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 13 Mar 2019 01:59:19 +0000 (18:59 -0700)
commit25720cc05e492467099a2d4d21a50f6ee8555cfd
treecba9272559b8bf26b4635764b5a76cc5502689ad
parent2a6a7e722e7a78d774ce02b847c5b183a3ff2672
f2fs: remove wrong comment in f2fs_invalidate_page()

Since 8c242db9b8c0 ("f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer"),
we've started to not skip clear private flag for atomic_write page
truncation, so removing old wrong comment in f2fs_invalidate_page().

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c