From: Jens Axboe Date: Wed, 7 Oct 2009 18:02:57 +0000 (+0200) Subject: cfq-iosched: apply bool value where we return 0/1 X-Git-Tag: v2.6.32-rc5~26^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6151c3a5c8e1ff5a28450bc8d6a99a2a0add0a7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed