f2fs: fix wrong memory condition check
authorJaegeuk Kim <jaegeuk@kernel.org>
Sun, 10 Jan 2016 00:14:08 +0000 (16:14 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 11 Jan 2016 23:56:43 +0000 (15:56 -0800)
commit1663cae48ce3ce991c0e3f1a6fbdbd57f3dce9af
treeba74cad4dbf08467e5c9bdc62f5f5ad0275a7779
parent42190d2a8663f3e181894dc4e37a1af06aab2cbb
f2fs: fix wrong memory condition check

This patch fixes wrong decision for avaliable_free_memory.
The return valus is already set as false, so we should consider true condition
below only.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c