All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] aic94xx: remove local_attached flag
@ 2006-08-25 19:12 James Bottomley
  0 siblings, 0 replies; only message in thread
From: James Bottomley @ 2006-08-25 19:12 UTC (permalink / raw)
  To: linux-scsi

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;



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-25 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-25 19:12 [PATCH] aic94xx: remove local_attached flag James Bottomley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.