]> granicus.if.org Git - zfs/commit
Use the right booleans
authorRyan Moeller <ryan@freqlabs.com>
Tue, 3 Sep 2019 19:44:08 +0000 (15:44 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 3 Sep 2019 19:44:08 +0000 (12:44 -0700)
commita6a2877774faa5abfc0491e66c8361da759d22fd
tree1fe2be2976f38dfb1c7bb2153a7757e81a927fd1
parente242b67cee1dbaf09a27e7c78c55c5505ac88ff4
Use the right booleans

TRUE and FALSE happen to be defined, but we should use B_TRUE and
B_FALSE for the sake of consistency.

Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Ryan Moeller <ryan@ixsystems.com>
Closes #9264
tests/zfs-tests/cmd/libzfs_input_check/libzfs_input_check.c