aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_transport_fc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
index a0d80bcaa93d..616a96a3ab81 100644
--- a/include/scsi/scsi_transport_fc.h
+++ b/include/scsi/scsi_transport_fc.h
@@ -632,6 +632,8 @@ struct fc_function_template {
632 unsigned long show_host_fabric_name:1; 632 unsigned long show_host_fabric_name:1;
633 unsigned long show_host_symbolic_name:1; 633 unsigned long show_host_symbolic_name:1;
634 unsigned long show_host_system_hostname:1; 634 unsigned long show_host_system_hostname:1;
635
636 unsigned long disable_target_scan:1;
635}; 637};
636 638
637 639