cfq-iosched: apply bool value where we return 0/1
authorJens Axboe <jens.axboe@oracle.com>
Wed, 7 Oct 2009 18:02:57 +0000 (20:02 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 7 Oct 2009 18:02:57 +0000 (20:02 +0200)
Saves 16 bytes of text, woohoo. But the more important point is
that it makes the code more readable when returning bool for 0/1
cases.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found