http://bugzilla.kernel.org/show_bug.cgi?id=11898 ------- Comment #15 from alex.shi@xxxxxxxxx 2008-11-04 20:01 ------- the fix is right. and "sdev == starved_head" does not need according code context. so the following patch works too. --- scsi_lib.c.orig 2008-11-04 13:07:16.000000000 -0800 +++ scsi_lib.c 2008-11-04 13:07:38.000000000 -0800 @@ -607,6 +607,8 @@ spin_unlock(sdev->request_queue->queue_lock); spin_lock(shost->host_lock); + if (list_empty(&sdev->starved_entry) ) + starved_head = NULL; } spin_unlock_irqrestore(shost->host_lock, flags); -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html