Skip to content
Commit df133c21 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley
Browse files

[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: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent f912696a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment