commit | 0a8d44cb33377969337fa6c1961b631605d5f453 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@linux.intel.com> | Tue Oct 15 15:01:10 2013 -0400 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Mon Dec 16 15:54:34 2013 -0500 |
tree | 058e3a4a2f903b0aca5952708512d50a9ac3bb0e | |
parent | 320a382746e0ab1304476ea7e986a8d416ab99db [diff] |
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>