From: James Bottomley Date: Mon, 26 Dec 2005 15:58:49 +0000 (-0600) Subject: [PATCH] Fix Fibre Channel boot oops X-Git-Tag: v2.6.15~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04333393b930370db0cc29fdf0dbbd08ecd43337;p=pandora-kernel.git [PATCH] Fix Fibre Channel boot oops 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed