Skip to content
  • Tejun Heo's avatar
    block: kill blk_start_queueing() · a7f55792
    Tejun Heo authored
    
    
    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: default avatarTejun Heo <tj@kernel.org>
    a7f55792