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)
commita6ff7262c26c190f2480721703211cb12d66d45a
tree1f0a34c66e3d543a5b860984800109f5b9512e45
parent64ee0ac0527704c47170316fa58dbde50edaaf70
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