ext4: use true,false for bool variable
authorzhengbin <zhengbin13@huawei.com>
Wed, 25 Dec 2019 02:45:59 +0000 (10:45 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Jan 2020 21:24:53 +0000 (16:24 -0500)
commit4756ee183f25b1fa2a7306a439da3bcd687244e0
tree8ef30c6a56d842ab88c46b6e8988ee5855b3e279
parent46797ad75af747652545f69240fdc78743446ac3
ext4: use true,false for bool variable

Fixes coccicheck warning:

fs/ext4/extents.c:5271:6-12: WARNING: Assignment of 0/1 to bool variable
fs/ext4/extents.c:5287:4-10: WARNING: Assignment of 0/1 to bool variable

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/1577241959-138695-1-git-send-email-zhengbin13@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c