commit | a6151c3a5c8e1ff5a28450bc8d6a99a2a0add0a7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Oct 07 20:02:57 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Oct 07 20:02:57 2009 +0200 |
tree | 47896def7d76c1f81d3c358a9aaee158a253b2b6 | |
parent | ec60e4f6749daf535329dac571293cf19c627aff [diff] |
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>