diff options
author | James Smart <james.smart@emulex.com> | 2013-04-17 20:17:13 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 15:58:53 -0400 |
commit | 5688d6705532657af0088148b4f4f620844084cf (patch) | |
tree | eb5a1dea4ec3cd264d663f0683268502b25f73e8 /drivers/scsi | |
parent | 229adb0ece8f06091252b06200c176e6cb5b4271 (diff) |
[SCSI] lpfc 8.3.39: Remove lpfc_fcp_look_ahead module parameter
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index 28e213b9dbba..57f1ad848edc 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -4016,12 +4016,11 @@ LPFC_ATTR_R(enable_bg, 0, 0, 1, "Enable BlockGuard Support"); | |||
4016 | # 0 = disabled (default) | 4016 | # 0 = disabled (default) |
4017 | # 1 = enabled | 4017 | # 1 = enabled |
4018 | # Value range is [0,1]. Default value is 0. | 4018 | # Value range is [0,1]. Default value is 0. |
4019 | # | ||
4020 | # This feature in under investigation and may be supported in the future. | ||
4019 | */ | 4021 | */ |
4020 | unsigned int lpfc_fcp_look_ahead = LPFC_LOOK_AHEAD_OFF; | 4022 | unsigned int lpfc_fcp_look_ahead = LPFC_LOOK_AHEAD_OFF; |
4021 | 4023 | ||
4022 | module_param(lpfc_fcp_look_ahead, uint, S_IRUGO); | ||
4023 | MODULE_PARM_DESC(lpfc_fcp_look_ahead, "Look ahead for completions"); | ||
4024 | |||
4025 | /* | 4024 | /* |
4026 | # lpfc_prot_mask: i | 4025 | # lpfc_prot_mask: i |
4027 | # - Bit mask of host protection capabilities used to register with the | 4026 | # - Bit mask of host protection capabilities used to register with the |