]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/nvme/host/core.c
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
[thirdparty/linux.git] / drivers / nvme / host / core.c
index b5b24998a5ab7ef6da257b5455b960da345ec37a..9031d10c97dc3320e02b529d9f17ca0161908866 100644 (file)
@@ -418,7 +418,7 @@ blk_status_t nvme_host_path_error(struct request *req)
 }
 EXPORT_SYMBOL_GPL(nvme_host_path_error);
 
-bool nvme_cancel_request(struct request *req, void *data, bool reserved)
+bool nvme_cancel_request(struct request *req, void *data)
 {
        dev_dbg_ratelimited(((struct nvme_ctrl *) data)->device,
                                "Cancelling I/O %d", req->tag);