f2fs: replace logical value "true" with a int number
authorZhang Qilong <zhangqilong3@huawei.com>
Mon, 29 Aug 2022 13:31:20 +0000 (21:31 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 13 Sep 2022 06:08:25 +0000 (23:08 -0700)
commitddd3b16c8cc54ce776bf117bde0c4d588706ea49
tree38b5aaef24e61bcd36a42019ff152d27da25a8ab
parentda35fe96d12d15779f3cb74929b7ed03941cf983
f2fs: replace logical value "true" with a int number

The "true" is not match the parametera type "int", and
we modify it.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.c