f2fs: remove redundant judgement condition in available_free_memory
authorChao Yu <yuchao0@huawei.com>
Sun, 21 Aug 2016 15:21:31 +0000 (23:21 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 30 Aug 2016 01:31:12 +0000 (18:31 -0700)
commit5f8eaf1f9b99df1f51988205e27634a22f497eb7
treece7395be1e5382ecb3cdc0035bb464776204fd93
parente932835377f95c91789c8572a5aaaa9daad5d262
f2fs: remove redundant judgement condition in available_free_memory

In available_free_memory, there are two same judgement conditions which
is used for checking NAT excess, remove one of them.

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