]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: Remove unused queue parameter
authorKeith Busch <keith.busch@intel.com>
Thu, 12 Apr 2018 15:16:09 +0000 (09:16 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Apr 2018 15:58:27 +0000 (09:58 -0600)
commit8bf57054fe1312a20bb7a9876f3b929ffdacb314
tree1f0a34c66e3d543a5b860984800109f5b9512e45
parent9180495789e5abc86dde30dce0b9e626e546dd81
nvme-pci: Remove unused queue parameter

All the queue memory is allocated up front. We don't take the node
into consideration when creating queues anymore, so removing the unused
parameter.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/pci.c