]> www.infradead.org Git - users/hch/misc.git/commit
nvme-pci: remove superfluous arguments
authorChristoph Hellwig <hch@lst.de>
Thu, 5 Jun 2025 08:56:38 +0000 (10:56 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 10 Jun 2025 04:52:54 +0000 (06:52 +0200)
commitab502f7c9d58244dc8cb17e08ca29fc442f73735
tree2b184bf4e5bde9ec0430c6af002c72110db3424f
parent1642457cd22121e3aaff9590423d460012ab6fe8
nvme-pci: remove superfluous arguments

The call chain in the prep_rq and completion paths passes around a lot
of nvme_dev, nvme_queue and nvme_command arguments that can be trivially
derived from the passed in struct request.  Remove them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c