NVMe: Fix lockdep warnings
authorMatthew Wilcox <willy@linux.intel.com>
Tue, 15 Oct 2013 19:01:10 +0000 (15:01 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Mon, 16 Dec 2013 20:54:34 +0000 (15:54 -0500)
During the initialisation path, the queue lock is taken without interrupt
protection.  It's perfectly safe to do so, because the interrupt handler
can't run at this point, but it confuses lockdep.

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

No differences found