commit | 903f4fed858a7b56b260cbd55d174fe54d188fb7 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Jul 26 10:20:53 2005 -0400 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri Sep 09 10:28:17 2005 -0500 |
tree | c687e5605cb64982e57e8607e884b91cfe869946 | |
parent | e517d3133f62c27b211f305a6dbd6f6ccac0db1b [diff] |
[SCSI] fix callers of scsi_remove_device() who already hold the scan muted This patch (as544) adds a private entry point to scsi_remove_device, for use when callers already own the scan_mutex. The appropriate callers are modified to use the new entry point. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>