Loading drivers/nvme/host/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -330,7 +330,7 @@ static inline void nvme_end_req(struct request *req) req->__sector = nvme_lba_to_sect(req->q->queuedata, le64_to_cpu(nvme_req(req)->result.u64)); nvme_trace_bio_complete(req, status); nvme_trace_bio_complete(req); blk_mq_end_request(req, status); } Loading drivers/nvme/host/nvme.h +2 −4 Original line number Diff line number Diff line Loading @@ -672,8 +672,7 @@ static inline void nvme_mpath_check_last_path(struct nvme_ns *ns) kblockd_schedule_work(&head->requeue_work); } static inline void nvme_trace_bio_complete(struct request *req, blk_status_t status) static inline void nvme_trace_bio_complete(struct request *req) { struct nvme_ns *ns = req->q->queuedata; Loading Loading @@ -728,8 +727,7 @@ static inline void nvme_mpath_clear_ctrl_paths(struct nvme_ctrl *ctrl) static inline void nvme_mpath_check_last_path(struct nvme_ns *ns) { } static inline void nvme_trace_bio_complete(struct request *req, blk_status_t status) static inline void nvme_trace_bio_complete(struct request *req) { } static inline int nvme_mpath_init(struct nvme_ctrl *ctrl, Loading Loading
drivers/nvme/host/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -330,7 +330,7 @@ static inline void nvme_end_req(struct request *req) req->__sector = nvme_lba_to_sect(req->q->queuedata, le64_to_cpu(nvme_req(req)->result.u64)); nvme_trace_bio_complete(req, status); nvme_trace_bio_complete(req); blk_mq_end_request(req, status); } Loading
drivers/nvme/host/nvme.h +2 −4 Original line number Diff line number Diff line Loading @@ -672,8 +672,7 @@ static inline void nvme_mpath_check_last_path(struct nvme_ns *ns) kblockd_schedule_work(&head->requeue_work); } static inline void nvme_trace_bio_complete(struct request *req, blk_status_t status) static inline void nvme_trace_bio_complete(struct request *req) { struct nvme_ns *ns = req->q->queuedata; Loading Loading @@ -728,8 +727,7 @@ static inline void nvme_mpath_clear_ctrl_paths(struct nvme_ctrl *ctrl) static inline void nvme_mpath_check_last_path(struct nvme_ns *ns) { } static inline void nvme_trace_bio_complete(struct request *req, blk_status_t status) static inline void nvme_trace_bio_complete(struct request *req) { } static inline int nvme_mpath_init(struct nvme_ctrl *ctrl, Loading