• Martin Dalecki's avatar
    [PATCH] 2.5.18 QUEUE_EMPTY and the unpleasant friends. · cdac1baf
    Martin Dalecki authored
     - Eliminate all usages of the obscure QUEUE_EMPTY macro.
    
     - Eliminate all unneccessary checks for RQ_INACTIVE, this can't happen during
       the time we run the request strategy routine of a single major number block
       device. Perhaps the still remaining usage in scsi and i2o_block.c should be
       killed as well, since the upper ll_rw_blk layer shouldn't pass inactive
       requests down.
    
    Those are all places where we have deeply burried and hidden major number
    indexed arrays. Let's deal with them slowly...
    cdac1baf
swim_iop.c 13.9 KB