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)
commitd5036d770f871bd34c9cfd955e6dee692e1e8e81
treed0718922511121e96bdd385d6c28a254cfc93519
parent61fd21670d048017c81e62f60894ef1b04b481db
cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue()

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>
block/cfq-iosched.c