mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[SCSI] qla2xxx: Honor NVRAM port-down-retry-count settings.
Hardcoding the qlport_down_retry module-parameter effectively disallowed any user-defined NVRAM setting to go into effect. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
765140bf22
commit
a7b6184225
@ -36,7 +36,7 @@ module_param(ql2xlogintimeout, int, S_IRUGO|S_IRUSR);
|
||||
MODULE_PARM_DESC(ql2xlogintimeout,
|
||||
"Login timeout value in seconds.");
|
||||
|
||||
int qlport_down_retry = 30;
|
||||
int qlport_down_retry;
|
||||
module_param(qlport_down_retry, int, S_IRUGO|S_IRUSR);
|
||||
MODULE_PARM_DESC(qlport_down_retry,
|
||||
"Maximum number of command retries to a port that returns "
|
||||
|
Loading…
Reference in New Issue
Block a user