On Tue, Jun 10, 2025 at 07:06:44AM +0200, Christoph Hellwig wrote: > 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@xxxxxx> > --- > drivers/nvme/host/pci.c | 97 +++++++++++++++++++---------------------- > 1 file changed, 46 insertions(+), 51 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>