]> git.baikalelectronics.ru Git - kernel.git/commit
NVMe: Include device and queue numbers in interrupt name
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Mon, 27 Jan 2014 20:57:22 +0000 (15:57 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 28 Jan 2014 01:14:08 +0000 (20:14 -0500)
commit0f2aeef6869b5721027172f03fe98c05d3db37a5
treea0944b50506159a1c7bb9d2af983f120c3b23c8c
parentd9c7487bdeadc5edbe7007c3752fc30a61698184
NVMe: Include device and queue numbers in interrupt name

On larger systems with many drives, it may help debugging to know which
queue is tied to which interrupt, just by looking at /proc/interrupts.

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