From: Jens Axboe Date: Tue, 3 Nov 2009 19:21:35 +0000 (+0100) Subject: cfq-iosched: fix bad return value cfq_should_preempt() X-Git-Tag: v2.6.32-rc7~80^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ec4fe24572ee265723d895ec4159e5559c8266;p=pandora-kernel.git cfq-iosched: fix bad return value cfq_should_preempt() Commit a6151c3a5c8e1ff5a28450bc8d6a99a2a0add0a7 inadvertently reversed a preempt condition check, potentially causing a performance regression. Make the meta check correct again. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed