From: Tejun Heo Date: Thu, 23 Apr 2009 02:05:17 +0000 (+0900) Subject: block: kill blk_start_queueing() X-Git-Tag: v2.6.31-rc1~389^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f557923441186a3cdbabc54f1bcacf42b63bf5;p=pandora-kernel.git block: kill blk_start_queueing() blk_start_queueing() is identical to __blk_run_queue() except that it doesn't check for recursion. None of the current users depends on blk_start_queueing() running request_fn directly. Replace usages of blk_start_queueing() with [__]blk_run_queue() and kill it. [ Impact: removal of mostly duplicate interface function ] Signed-off-by: Tejun Heo --- Reading git-diff-tree failed