commit | d4054239929479907f20b9d68c905589125ad343 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jan 04 13:45:20 2006 +0100 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sat Jan 14 10:54:44 2006 -0600 |
tree | 09b02453ac3adde7df61ad32f684996f0329874e | |
parent | 745caf71d99c5d4ff4c9e4c0f74e64c429fed531 [diff] |
[SCSI] sas: fix removal of devices behind expanders We need to iterate over all children when removing and expander, else stale objects will be around after host removal. This fixes the oops Eric Moore saw when removing and reloading mptsas. Also don't try the scsi_remove_target call unless operating on an end device. The current unconditional call is harmless but confusing. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>