cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue()
authorJens Axboe <jens.axboe@oracle.com>
Fri, 26 Jun 2009 08:44:34 +0000 (10:44 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 1 Jul 2009 08:56:25 +0000 (10:56 +0200)
We're going to be needing that init code outside of that function
to get rid of the __GFP_NOFAIL in cfqq allocation.

Reviewed-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found