Skip to content

Commit 9abd999

Browse files
jsmart-ghmartinkpetersen
authored andcommitted
scsi: lpfc: Default fdmi_on to on
Change default behavior for fdmi registration to on. [mkp: patch was mangled] Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 68bdc63 commit 9abd999

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/scsi/lpfc/lpfc_attr.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5122,16 +5122,16 @@ LPFC_ATTR_R(enable_SmartSAN, 0, 0, 1, "Enable SmartSAN functionality");
51225122

51235123
/*
51245124
# lpfc_fdmi_on: Controls FDMI support.
5125-
# 0 No FDMI support (default)
5126-
# 1 Traditional FDMI support
5125+
# 0 No FDMI support
5126+
# 1 Traditional FDMI support (default)
51275127
# Traditional FDMI support means the driver will assume FDMI-2 support;
51285128
# however, if that fails, it will fallback to FDMI-1.
51295129
# If lpfc_enable_SmartSAN is set to 1, the driver ignores lpfc_fdmi_on.
51305130
# If lpfc_enable_SmartSAN is set 0, the driver uses the current value of
51315131
# lpfc_fdmi_on.
5132-
# Value range [0,1]. Default value is 0.
5132+
# Value range [0,1]. Default value is 1.
51335133
*/
5134-
LPFC_ATTR_R(fdmi_on, 0, 0, 1, "Enable FDMI support");
5134+
LPFC_ATTR_R(fdmi_on, 1, 0, 1, "Enable FDMI support");
51355135

51365136
/*
51375137
# Specifies the maximum number of ELS cmds we can have outstanding (for

0 commit comments

Comments
 (0)