dm table: use bool function return values of true/false not 1/0
authorJoe Perches <joe@perches.com>
Mon, 30 Mar 2015 17:43:18 +0000 (10:43 -0700)
committerMike Snitzer <snitzer@redhat.com>
Wed, 15 Apr 2015 16:10:23 +0000 (12:10 -0400)
commit7f61f5a022101e0c38c3cff2ef9ace9c9c86dbfb
tree1e5022607343a7fed4abe7460e2a2912b34023b9
parent65ff5b7ddf0541f2b6e5cc59c47bfbf6cbcd91b8
dm table: use bool function return values of true/false not 1/0

Use the normal return values for bool functions.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-table.c