From: Christof Schmitt <[EMAIL PROTECTED]>

zfcp manages the valid SCSI units currently on its own. So we don't
want the FC transport class to issue scans for units.

Signed-off-by: Christof Schmitt <[EMAIL PROTECTED]>
Signed-off-by: Swen Schillig <[EMAIL PROTECTED]>
---

 drivers/s390/scsi/zfcp_scsi.c |    1 +
 1 file changed, 1 insertion(+)

diff -urpN linux-2.6/drivers/s390/scsi/zfcp_scsi.c 
linux-2.6-patched/drivers/s390/scsi/zfcp_scsi.c
--- linux-2.6/drivers/s390/scsi/zfcp_scsi.c     2007-08-27 13:22:22.000000000 
+0200
+++ linux-2.6-patched/drivers/s390/scsi/zfcp_scsi.c     2007-08-27 
13:22:23.000000000 +0200
@@ -800,6 +800,7 @@ struct fc_function_template zfcp_transpo
        .show_host_port_type = 1,
        .show_host_speed = 1,
        .show_host_port_id = 1,
+       .disable_target_scan = 1,
 };
 
 /**
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to