NVMe: Rename nr_queues to nr_io_queues
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 15 Feb 2011 21:16:02 +0000 (16:16 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:58 +0000 (15:52 -0400)
commitb348b7d54368c87811907a8e88f0d96713c43009
treef0f0e4a4f6215656fec7d56db21d8989659562a3
parentca1615424c9adfdbe7d484771d7a7c5ecc4bb6d2
NVMe: Rename nr_queues to nr_io_queues

I got confused about whether this included the admin queue or not, and
had to resort to reading the spec.  It doesn't include the admin queue,
so make that clear in the name.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c