• C
    nvme: introduce a nvme_host_path_error helper · dda3248e
    Chao Leng 提交于
    When using nvme native multipathing, if a path related error occurs
    during ->queue_rq, the request needs to be completed with
    NVME_SC_HOST_PATH_ERROR so that the request can be failed over.
    
    Introduce a helper to complete the command from ->queue_rq in a wait
    that invokes nvme_complete_rq.
    Signed-off-by: NChao Leng <lengchao@huawei.com>
    [hch: renamed, added a return value to clean up the callers a bit]
    Signed-off-by: NChristoph Hellwig <hch@lst.de>
    dda3248e
core.c 122.2 KB