nvme: remove __nvme_ioctl
authorChristoph Hellwig <hch@lst.de>
Sun, 8 Jan 2023 06:45:30 +0000 (07:45 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 10 Jan 2023 07:15:27 +0000 (08:15 +0100)
commit2fa1dc8637b5f3397f22b2771f8a4fb8712c10dc
tree28779dc53bcf550ec5510ecff33ca40d6ca67a21
parent09113abfb6ba981cb7cb4960b230251afd8966dc
nvme: remove __nvme_ioctl

Open code __nvme_ioctl in the two callers to make future changes that
pass down additional paramters in the ioctl path easier.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
drivers/nvme/host/ioctl.c