From: Tejun Heo Date: Wed, 2 Mar 2011 13:48:05 +0000 (-0500) Subject: block: add @force_kblockd to __blk_run_queue() X-Git-Tag: v2.6.38-rc8~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1654e7411a1ad4999fe7890ef51d2a2bbb1fcf76;p=pandora-kernel.git block: add @force_kblockd to __blk_run_queue() __blk_run_queue() automatically either calls q->request_fn() directly or schedules kblockd depending on whether the function is recursed. blk-flush implementation needs to be able to explicitly choose kblockd. Add @force_kblockd. All the current users are converted to specify %false for the parameter and this patch doesn't introduce any behavior change. stable: This is prerequisite for fixing ide oops caused by the new blk-flush implementation. Signed-off-by: Tejun Heo Cc: Jan Beulich Cc: James Bottomley Cc: stable@kernel.org Signed-off-by: Jens Axboe --- Reading git-diff-tree failed