Skip to content
Commit 152587de authored by Jens Axboe's avatar Jens Axboe Committed by James Bottomley
Browse files

[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: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 56fece20
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment