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)
commit900f736251c81886f3064c9d489c85eddee921b7
tree2349e14d649acffbf8e6c106a85a8f8d212d67a3
parent8b107f5b97772c7c0c218302e9a4d15b4edf50b4
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