]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: o2iblnd: use bool assignment to true/false
authorNicholas Hanley <nicholasjhanley@gmail.com>
Mon, 7 Nov 2016 19:01:38 +0000 (14:01 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2016 12:54:59 +0000 (13:54 +0100)
commit0efe6171ddafc20875ba4bdeba472e53218ddd35
tree25ccb6b224f24275136b415fe1216ea222b3e5d9
parentb586fbd3968a3273c9998796c3c2f6cd9f1948dd
staging: lustre: o2iblnd: use bool assignment to true/false

Replace 0 with false in tx_pages_mapped = 0 to be consistent with
the rest of the lustre code.

Signed-off-by: Nicholas Hanley <nicholasjhanley@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c