https://github.com/torvalds/linux
Revision 04333393b930370db0cc29fdf0dbbd08ecd43337 authored by James Bottomley on 26 December 2005, 15:58:49 UTC, committed by Linus Torvalds on 26 December 2005, 18:17:43 UTC
The oops is characteristic of the underlying device being removed from
visibility before the class device, and sure enough we do device_del()
before transport_unregister() in the scsi_target_reap() routines.  I've
no idea why this is suddenly showing up, since the code has been in
there since that function was first invented.  However, I've confirmed
this fixes Andrew Vasquez's boot oops.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent f89f594
History
Tip revision: 04333393b930370db0cc29fdf0dbbd08ecd43337 authored by James Bottomley on 26 December 2005, 15:58:49 UTC
[PATCH] Fix Fibre Channel boot oops
Tip revision: 0433339

back to top