Ext4: Use boolean type instead of '0' and '1'
authorpfg <pfg@FreeBSD.org>
Thu, 11 Feb 2016 15:27:14 +0000 (15:27 +0000)
committerpfg <pfg@FreeBSD.org>
Thu, 11 Feb 2016 15:27:14 +0000 (15:27 +0000)
commit4d87c063868bbec8eef87b8a61e80037f9f28c7e
tree44e4c5745bdfd462dc9a5d5021b33df0db55ce34
parent239377f05e66aeffa239958bf102cf53a043c8b9
Ext4: Use boolean type instead of '0' and '1'

There are precedents of uses of bool in the kernel and
it is incorrect style to use integers as replacement for
a boolean type.
sys/fs/ext2fs/ext2_extents.c
sys/fs/ext2fs/ext2_extents.h