commit | 3b30eb19dcf1f79d1c3283da8c5f064be6175fbe | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Thu Oct 04 11:15:20 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Oct 16 09:36:59 2018 -0700 |
tree | 8fc3891c9b67b2ea9e371f6f9194d07f03ab07a6 | |
parent | 850971b23f0cabb5103a2de9f4b9fe7177c96a9d [diff] |
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>