]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cfq-iosched: Remove bogus check in queue_fail path
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 2 Jun 2011 11:05:02 +0000 (13:05 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 2 Jun 2011 11:05:02 +0000 (13:05 +0200)
commit28304f485c3627cc5e1665b92e26eb7fcfe98088
treec885abcc932d5ae28fdeb49027ea5eafaaafd376
parent4c49ff3fe128ca68dabd07537415c419ad7f82f9
cfq-iosched: Remove bogus check in queue_fail path

queue_fail can only be reached if cic is NULL, so its check for cic must
be bogus.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/cfq-iosched.c