summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChaitanya Kulkarni <kch@nvidia.com>2022-06-06 18:16:42 -0700
committerJens Axboe <axboe@kernel.dk>2022-08-02 17:14:47 -0600
commit6b46fa024a452fdbf2dc797d30b35598d934ba33 (patch)
treeb582cdebe0be3aa2ab149ab439ba84f7d77df968 /include/linux
parent2c61c97fb12b806e1c8eb15f04c277ad097ec95e (diff)
nvme: remove unused timeout parameter
The function __nvme_submit_sync_cmd() has following list of callers that sets the timeout value to 0 :- Callers | Timeout value ------------------------------------------------ nvme_submit_sync_cmd() | 0 nvme_features() | 0 nvme_sec_submit() | 0 nvmf_reg_read32() | 0 nvmf_reg_read64() | 0 nvmf_reg_write32() | 0 nvmf_connect_admin_queue() | 0 nvmf_connect_io_queue() | 0 Remove the timeout function parameter from __nvme_submit_sync_cmd() and adjust the rest of code accordingly. Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions