From: Jens Axboe Date: Fri, 26 Jun 2009 08:44:34 +0000 (+0200) Subject: cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue() X-Git-Tag: v2.6.31-rc2~24^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5036d770f871bd34c9cfd955e6dee692e1e8e81;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed