nvme-pci: Remove unused queue parameter
authorKeith Busch <[email protected]>
Thu, 12 Apr 2018 15:16:09 +0000 (09:16 -0600)
committerJens Axboe <[email protected]>
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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Ming Lei <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
drivers/nvme/host/pci.c