commit | df133c212ef82b9c7e80fca7b1f87dad8a05de3c | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Sun Nov 06 11:47:08 2005 -0600 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sun Nov 06 12:31:30 2005 -0600 |
tree | 61d5204c553098d047edf01574ac5a2c72ab320e | |
parent | f912696ab330bf539231d1f8032320f2a08b850f [diff] |
[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 <James.Bottomley@SteelEye.com>