OSDN Git Service

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, 16 Nov 2017 05:50:12 +0000 (21:50 -0800)
commit0c47a892d555f0bcf6613c6b85a6e95d92c55973
tree40d183426a4bb4adc36b6aca02c2e1c43cd4bffd
parent68e801abc520b06ba24af6fde667408e4372fe3a
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