f2fs: no need to read nat block if nat_block_bitmap is set
authorYunlei He <heyunlei@huawei.com>
Fri, 17 Nov 2017 08:13:38 +0000 (16:13 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 27 Jan 2018 21:28:59 +0000 (13:28 -0800)
commit33362399b3fc228f4c5af18c0946414745f42354
tree396fee07a60fa5e766c283cfd5393eed594cb83f
parent01bb5c8b1f32018f0afb54d35d49f73c93ff4984
f2fs: no need to read nat block if nat_block_bitmap is set

No need to read nat block if nat_block_bitmap is set.

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