Follows the transport class removal James Index: BUILD-2.6/drivers/scsi/libsas/sas_expander.c =================================================================== --- BUILD-2.6.orig/drivers/scsi/libsas/sas_expander.c 2006-08-25 13:38:00.000000000 -0500 +++ BUILD-2.6/drivers/scsi/libsas/sas_expander.c 2006-08-25 13:38:20.000000000 -0500 @@ -183,9 +183,6 @@ phy->virtual = dr->virtual; phy->last_da_index = -1; - /* FIXME: This probably isn't right, but it will do for now*/ - phy->phy->local_attached = 1; - phy->phy->identify.initiator_port_protocols = phy->attached_iproto; phy->phy->identify.target_port_protocols = phy->attached_tproto; phy->phy->identify.phy_identifier = phy_id; Index: BUILD-2.6/drivers/scsi/libsas/sas_phy.c =================================================================== --- BUILD-2.6.orig/drivers/scsi/libsas/sas_phy.c 2006-08-25 13:38:05.000000000 -0500 +++ BUILD-2.6/drivers/scsi/libsas/sas_phy.c 2006-08-25 13:38:26.000000000 -0500 @@ -139,7 +139,6 @@ if (!phy->phy) return -ENOMEM; - phy->phy->local_attached = 1; phy->phy->identify.initiator_port_protocols = phy->iproto; phy->phy->identify.target_port_protocols = phy->tproto; - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html