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>
parent
320a3827
Please register or sign in to comment