From: Suresh Jayaraman Date: Wed, 12 Oct 2011 06:22:01 +0000 (+0530) Subject: cifs: update README about the kernel module parameters X-Git-Tag: next-20111013~84^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1a46175dafa0f8bf06d6940f814fe45fd564036d;p=karo-tx-linux.git cifs: update README about the kernel module parameters Reported-by: Alexander Swen Cc: Jeff Layton Signed-off-by: Suresh Jayaraman Signed-off-by: Steve French --- diff --git a/fs/cifs/README b/fs/cifs/README index c5c2c5e5f0f2..95b37a1d58f2 100644 --- a/fs/cifs/README +++ b/fs/cifs/README @@ -745,4 +745,18 @@ installed and something like the following lines should be added to the create cifs.spnego * * /usr/local/sbin/cifs.upcall %k create dns_resolver * * /usr/local/sbin/cifs.upcall %k +CIFS kernel module parameters +============================= +These module parameters can be specified or modified either during the time of +module loading or during the runtime by using the interface + /proc/module/cifs/parameters/ + +i.e. echo "value" > /proc/module/cifs/parameters/ + +1. echo_retries - The number of echo attempts before giving up and + reconnecting to the server. The default is 5. The value 0 + means never reconnect. + +2. enable_oplocks - Enable or disable oplocks. Oplocks are enabled by default. + [Y/y/1]. To disable use any of [N/n/0].