• Andrew Morton's avatar
    [PATCH] Use request_list as indicator that req originated from ll_rw_blk · c04e456f
    Andrew Morton authored
    From: Mike Christie <michaelc@cs.wisc.edu>,
          Jens Axboe <axboe@suse.de>
    
    It's cleaner and more correct to look at req->rl to determine whether this
    request got from the block layer requests lists instead of using req->q.
    It's handy to always have req->q available, to lookup the queue from the
    request.
    c04e456f
ll_rw_blk.c 73.2 KB