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)
commit0a8d44cb33377969337fa6c1961b631605d5f453
tree058e3a4a2f903b0aca5952708512d50a9ac3bb0e
parent320a382746e0ab1304476ea7e986a8d416ab99db
NVMe: Fix lockdep warnings

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>
drivers/block/nvme-core.c