Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fef33df8 authored by Jeff Layton's avatar Jeff Layton
Browse files

cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parameters



Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
parent 66bfaadc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -74,7 +74,7 @@ module_param(cifs_min_small, int, 0);
MODULE_PARM_DESC(cifs_min_small, "Small network buffers in pool. Default: 30 "
MODULE_PARM_DESC(cifs_min_small, "Small network buffers in pool. Default: 30 "
				 "Range: 2 to 256");
				 "Range: 2 to 256");
unsigned int cifs_max_pending = CIFS_MAX_REQ;
unsigned int cifs_max_pending = CIFS_MAX_REQ;
module_param(cifs_max_pending, int, 0);
module_param(cifs_max_pending, int, 0444);
MODULE_PARM_DESC(cifs_max_pending, "Simultaneous requests to server. "
MODULE_PARM_DESC(cifs_max_pending, "Simultaneous requests to server. "
				   "Default: 50 Range: 2 to 256");
				   "Default: 50 Range: 2 to 256");
unsigned short echo_retries = 5;
unsigned short echo_retries = 5;