aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Haverkamp <markh@osdl.org>2006-09-19 12:00:18 -0400
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-09-23 21:10:10 -0400
commitac5826ca91243272f97b3f01e80d71e3618f105f (patch)
treefa68284e8e8afb3661b8441c610196b05503cbb8
parent76a7f8fdc0c2381ae1ba55ef71837712223ecb3c (diff)
[SCSI] aacraid: remove scsi_remove_device
Received from Mark Salyzyn: Until the system is stabilized, I am suggesting the enclosed modification to prevent the driver from tickling the panic. Once sysfs and friends are stabilized, the patch may be backed out. We have yet to evaluate if we really want to relinquish existing Scsi Devices in any case, holding on to them as configuration of arrays comes and goes makes some sense as well. As a result, we have opted to pull the lines rather than comment them in legacy. Signed-off-by: Mark Haverkamp <markh@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-rw-r--r--drivers/scsi/aacraid/commsup.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/aacraid/commsup.c b/drivers/scsi/aacraid/commsup.c
index 907161d6e92c..8734a045558e 100644
--- a/drivers/scsi/aacraid/commsup.c
+++ b/drivers/scsi/aacraid/commsup.c
@@ -1033,13 +1033,7 @@ static void aac_handle_aif(struct aac_dev * dev, struct fib * fibptr)
1033 if (device) { 1033 if (device) {
1034 switch (device_config_needed) { 1034 switch (device_config_needed) {
1035 case DELETE: 1035 case DELETE:
1036 scsi_remove_device(device);
1037 break;
1038 case CHANGE: 1036 case CHANGE:
1039 if (!dev->fsa_dev[container].valid) {
1040 scsi_remove_device(device);
1041 break;
1042 }
1043 scsi_rescan_device(&device->sdev_gendev); 1037 scsi_rescan_device(&device->sdev_gendev);
1044 1038
1045 default: 1039 default: