• Jens Axboe's avatar
    [PATCH] Consolidate SCSI requeueing and add blk elevator hook · ae625582
    Jens Axboe authored
    This patch removes the scsi mid layer dependency on __elv_add_request
    and introduces a new blk_requeue_request() function so the block
    layer specificially knows a requeue is in progress.
    
    It also adds an elevator hook for elevators like AS which need to
    hook into the requeue for correct adjustment of internal counters.
    ae625582
scsi_lib.c 40.1 KB