f2fs: remove unneeded disable_nat_bits()
authorChao Yu <yuchao0@huawei.com>
Thu, 4 Oct 2018 03:15:20 +0000 (11:15 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 26 Oct 2018 18:26:42 +0000 (11:26 -0700)
commitd2f57f2521a3b3d970db8edfbfbee3b8039f7f9c
tree3c96c172b07ae63c62780d6c3434b80bb5297fef
parentcd692c2d1164df4595f8885d15804e9ef776bb00
f2fs: remove unneeded disable_nat_bits()

Commit 7735730d39d7 ("f2fs: fix to propagate error from __get_meta_page()")
added disable_nat_bits() in error path of __get_nat_bitmaps(), but it's
unneeded, beause we will fail mount, we won't have chance to change nid
usage status w/o nat full/empty bitmaps.

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