]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf6cf2b6b7012b7565534453978e87376e07c9e69
tree47896def7d76c1f81d3c358a9aaee158a253b2b6
parent89cce7a4a08bd7a8eb8fa55ddc453c9c139f87e5
cfq-iosched: apply bool value where we return 0/1

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>
block/cfq-iosched.c