From: Matthew Wilcox Date: Tue, 15 Oct 2013 19:01:10 +0000 (-0400) Subject: NVMe: Fix lockdep warnings X-Git-Tag: v3.14-rc2~23^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8d44cb33377969337fa6c1961b631605d5f453;p=pandora-kernel.git 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 --- Reading git-diff-tree failed