• T
    paride: dequeue in-flight request · b12d4f82
    Tejun Heo 提交于
    pd/pf/pcd have track in-flight request by pd/pf/pcd_req.  They can be
    converted to dequeueing model by updating fetching and completion
    paths.  Convert them.
    
    Note that removal of elv_next_request() call from pf_next_buf()
    doesn't make any functional difference.  The path is traveled only
    during partial completion of a request and elv_next_request() call
    must return the same request anyway.
    
    [ Impact: dequeue in-flight request ]
    Signed-off-by: NTejun Heo <tj@kernel.org>
    Cc: Tim Waugh <tim@cyberelk.net>
    Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
    b12d4f82
pcd.c 24.2 KB