From: James Bottomley Date: Sun, 6 Nov 2005 17:47:08 +0000 (-0600) Subject: [SCSI] Fix transport class oops X-Git-Tag: v2.6.15-rc1~7^2~13^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df133c212ef82b9c7e80fca7b1f87dad8a05de3c;p=pandora-kernel.git [SCSI] Fix transport class oops There's an oops that sometimes shows up with SCSI transport classes in sysfs_hash_and_remove. The problem is that now, because of the class to device and vice versa symlinks, all classes have to be removed from visibility *before* the device is removed from visibility. The transport class trigger points violate this, so bring them back into conformance. Signed-off-by: James Bottomley --- Reading git-diff-tree failed