From: Matthew Wilcox Date: Sun, 6 Feb 2011 14:01:00 +0000 (-0500) Subject: NVMe: Need to lock queue during interrupt handling X-Git-Tag: v3.3-rc1~16^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec6ce618d65b5ce1bef83a5509255107a0feac44;p=pandora-kernel.git NVMe: Need to lock queue during interrupt handling If we're sharing a queue between multiple CPUs and we cancel a sync I/O, we must have the queue locked to avoid corrupting the stack of the thread that submitted the I/O. It turns out this is the same locking that's needed for the threaded irq handler, so share that code. Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed