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>
Thu, 26 Oct 2017 08:44:11 +0000 (10:44 +0200)
commitebf7c522fdc2ec2fa0fc2351ef613841f79586e5
treeacde1c0762289a085316dcb0d36d6caa6d32ca11
parentcf5c759f927dc92452fa214691be0c8a3e7c115d
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