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)
commit3193f07bb7ae723f33ac8e8b9db317a4f68d7d18
treea0944b50506159a1c7bb9d2af983f120c3b23c8c
parent09ece1424f52a2d3ad0ab715e96b0fb342af4f03
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