f2fs: Fix bool initialization/comparison
authorThomas Meyer <thomas@m3y3r.de>
Sat, 7 Oct 2017 14:02:21 +0000 (16:02 +0200)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 19 Dec 2017 01:21:57 +0000 (17:21 -0800)
commitc2e2eec698e2cdf4da14336f3e736adb2784d92d
treebe6d1c0fc0f6e62e57de736924527cbe04af97cd
parentab0a7977c9880fb7c0caa030dfe46edbbc70e5e4
f2fs: Fix bool initialization/comparison

Bool initializations should use true and false. Bool tests don't need
comparisons.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c