NVMe: Add a character device for each nvme device
authorKeith Busch <keith.busch@intel.com>
Tue, 19 Feb 2013 17:17:58 +0000 (10:17 -0700)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 16 Apr 2013 19:43:55 +0000 (15:43 -0400)
Registers a miscellaneous device for each nvme controller probed. This
creates character device files as /dev/nvmeN, where N is the device
instance, and supports nvme admin ioctl commands so devices without
namespaces can be managed.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>

No differences found