]> git.baikalelectronics.ru Git - kernel.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)
commitdebad0a89a25a95b2c04177d23ed0474d7fc33f7
treecba9272559b8bf26b4635764b5a76cc5502689ad
parentb1c6698b91cc9385afda300e2e2f4da56d26c1e7
f2fs: remove wrong comment in f2fs_invalidate_page()

Since 4aa08c8aa4d3 ("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