]> Git Repo - linux.git/commitdiff
scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit
authorEnzo Matsumiya <[email protected]>
Mon, 18 Jan 2021 18:49:22 +0000 (15:49 -0300)
committerMartin K. Petersen <[email protected]>
Thu, 21 Jan 2021 02:43:31 +0000 (21:43 -0500)
Parameter ql2xenforce_iocb_limit is enabled by default.

Link: https://lore.kernel.org/r/[email protected]
Fixes: 89c72f4245a8 ("scsi: qla2xxx: Add IOCB resource tracking")
Reviewed-by: Daniel Wagner <[email protected]>
Reviewed-by: Himanshu Madhani <[email protected]>
Signed-off-by: Enzo Matsumiya <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/qla2xxx/qla_os.c

index f80abe28f35a4da7630a5fbc572e03c7b9a733c1..0e0fe5b094966bb6cc5b5411d3ba2064faabe1a6 100644 (file)
@@ -42,7 +42,7 @@ MODULE_PARM_DESC(ql2xfulldump_on_mpifail,
 int ql2xenforce_iocb_limit = 1;
 module_param(ql2xenforce_iocb_limit, int, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(ql2xenforce_iocb_limit,
-                "Enforce IOCB throttling, to avoid FW congestion. (default: 0)");
+                "Enforce IOCB throttling, to avoid FW congestion. (default: 1)");
 
 /*
  * CT6 CTX allocation cache
This page took 0.069393 seconds and 4 git commands to generate.