From: Date: Tue, 12 Apr 2005 21:22:06 +0000 (-0500) Subject: [PATCH] fix NMI lockup with CFQ scheduler X-Git-Tag: v2.6.12-rc3~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=152587deb8903c0edf483a5b889f975bc6bea7e0;p=pandora-kernel.git [PATCH] fix NMI lockup with CFQ scheduler The current problem seen is that the queue lock is actually in the SCSI device structure, so when that structure is freed on device release, we go boom if the queue tries to access the lock again. The fix here is to move the lock from the scsi_device to the queue. Signed-off-by: James Bottomley --- Reading git-diff-tree failed