commit | d5036d770f871bd34c9cfd955e6dee692e1e8e81 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jun 26 10:44:34 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Jul 01 10:56:25 2009 +0200 |
tree | d0718922511121e96bdd385d6c28a254cfc93519 | |
parent | 61fd21670d048017c81e62f60894ef1b04b481db [diff] |
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>