projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b81f94
)
[SCSI] lpfc 8.3.30: Change default DA_ID support from disabled to enabled
author
James Smart
<james.smart@emulex.com>
Fri, 2 Mar 2012 03:37:32 +0000
(22:37 -0500)
committer
James Bottomley
<JBottomley@Parallels.com>
Tue, 27 Mar 2012 07:26:32 +0000
(08:26 +0100)
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/lpfc/lpfc_attr.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_attr.c
b/drivers/scsi/lpfc/lpfc_attr.c
index
296ad5b
..
135d790
100644
(file)
--- a/
drivers/scsi/lpfc/lpfc_attr.c
+++ b/
drivers/scsi/lpfc/lpfc_attr.c
@@
-2575,7
+2575,7
@@
LPFC_VPORT_ATTR_HEX_RW(log_verbose, 0x0, 0x0, 0xffffffff,
# lpfc_enable_da_id: This turns on the DA_ID CT command that deregisters
# objects that have been registered with the nameserver after login.
*/
-LPFC_VPORT_ATTR_R(enable_da_id,
0
, 0, 1,
+LPFC_VPORT_ATTR_R(enable_da_id,
1
, 0, 1,
"Deregister nameserver objects before LOGO");
/*