nvme: remove unused parameter
authorKeith Busch <kbusch@kernel.org>
Fri, 3 Apr 2020 16:24:09 +0000 (09:24 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 May 2020 22:18:35 +0000 (16:18 -0600)
commit03f8cebc127fa285874074ec314b76b1333f6c43
tree231098631edee58cd84a8a480b96134c5c86b5da
parent71fb90eb71d76089115aedf942533bcb3fd5c7f9
nvme: remove unused parameter

nvme_alloc_ns_head() doesn't use the 'struct nvme_id_ns' parameter.
Remove it, and update caller accordingly.

Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c