]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: avoid to flush nat journal entries
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 28 Feb 2017 05:28:53 +0000 (21:28 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 28 Feb 2017 17:57:13 +0000 (09:57 -0800)
commit623a924d0bcf32e2ace1151fe1c1b511de3eb405
tree2349e14d649acffbf8e6c106a85a8f8d212d67a3
parentd169822bd1ababeb14b7fb44209fc7caae542237
f2fs: avoid to flush nat journal entries

This patch adds a missing condition which flushes nat journal entries
unnecessarily introduced by:

    f2fs: add bitmaps for empty or full NAT blocks

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