]> Git Repo - linux.git/blobdiff - drivers/nvme/host/nvme.h
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
[linux.git] / drivers / nvme / host / nvme.h
index 0da94b233feda837070277ee5a46318328cad1df..e4daa57f8bd5d258c3cae83bf7e3ddef00c149c3 100644 (file)
@@ -697,7 +697,7 @@ static __always_inline void nvme_complete_batch(struct io_comp_batch *iob,
 }
 
 blk_status_t nvme_host_path_error(struct request *req);
-bool nvme_cancel_request(struct request *req, void *data, bool reserved);
+bool nvme_cancel_request(struct request *req, void *data);
 void nvme_cancel_tagset(struct nvme_ctrl *ctrl);
 void nvme_cancel_admin_tagset(struct nvme_ctrl *ctrl);
 bool nvme_change_ctrl_state(struct nvme_ctrl *ctrl,
This page took 0.032109 seconds and 4 git commands to generate.