aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2006-08-14 08:20:25 -0400
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-08-19 16:40:07 -0400
commit016131b8fffa1085b4ad165ab228116fdc278ebe (patch)
tree3fcd7eadc0524e29d0d3c5ba8e67833b4ccf6f1a /include/scsi
parenta2f5d4d94f0ab9560b9a99d73d5b86b377c7f201 (diff)
[SCSI] fc transport: convert fc_host symbolic_name attribute to a dynamic attribute
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_transport_fc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
index 6d28b0317657..b7f62b85f0b3 100644
--- a/include/scsi/scsi_transport_fc.h
+++ b/include/scsi/scsi_transport_fc.h
@@ -409,6 +409,7 @@ struct fc_function_template {
409 void (*get_host_active_fc4s)(struct Scsi_Host *); 409 void (*get_host_active_fc4s)(struct Scsi_Host *);
410 void (*get_host_speed)(struct Scsi_Host *); 410 void (*get_host_speed)(struct Scsi_Host *);
411 void (*get_host_fabric_name)(struct Scsi_Host *); 411 void (*get_host_fabric_name)(struct Scsi_Host *);
412 void (*get_host_symbolic_name)(struct Scsi_Host *);
412 413
413 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *); 414 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
414 void (*reset_fc_host_stats)(struct Scsi_Host *); 415 void (*reset_fc_host_stats)(struct Scsi_Host *);
@@ -445,7 +446,6 @@ struct fc_function_template {
445 unsigned long show_host_permanent_port_name:1; 446 unsigned long show_host_permanent_port_name:1;
446 unsigned long show_host_supported_classes:1; 447 unsigned long show_host_supported_classes:1;
447 unsigned long show_host_supported_fc4s:1; 448 unsigned long show_host_supported_fc4s:1;
448 unsigned long show_host_symbolic_name:1;
449 unsigned long show_host_supported_speeds:1; 449 unsigned long show_host_supported_speeds:1;
450 unsigned long show_host_maxframe_size:1; 450 unsigned long show_host_maxframe_size:1;
451 unsigned long show_host_serial_number:1; 451 unsigned long show_host_serial_number:1;
@@ -456,6 +456,7 @@ struct fc_function_template {
456 unsigned long show_host_active_fc4s:1; 456 unsigned long show_host_active_fc4s:1;
457 unsigned long show_host_speed:1; 457 unsigned long show_host_speed:1;
458 unsigned long show_host_fabric_name:1; 458 unsigned long show_host_fabric_name:1;
459 unsigned long show_host_symbolic_name:1;
459}; 460};
460 461
461 462