]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf1a6895b41df7f92586c81d8063eeda21e1bc95f
treed0718922511121e96bdd385d6c28a254cfc93519
parentc7907c33c4556d09b65e2540fec7a0681a0cef6d
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