Commit 12b25d5c authored by Pavel Shilovsky's avatar Pavel Shilovsky

Update README and .gear/rules

parent 9446dfee
......@@ -26,4 +26,5 @@ tar.bz2: sources/2.6.38 name=kernel-source-etercifs-2.6.38-1.71
tar.bz2: sources/2.6.39 name=kernel-source-etercifs-2.6.39-1.71
tar.bz2: sources/3.0 name=kernel-source-etercifs-3.0-1.74
tar.bz2: sources/3.1 name=kernel-source-etercifs-3.1-1.75
tar.bz2: sources/3.2 name=kernel-source-etercifs-3.2-1.76
tar.bz2: etercifs
......@@ -460,7 +460,7 @@ A partial list of the supported mount options follows:
rwpidforward Forward pid of a process who opened a file to any read or write
operation on that file. This prevent applications like WINE
from failing on read and write if we use mandatory brlock style.
wine Switch on pidforwardio+strictcache+forcemand.
wine Switch on strictcache+forcemand.
acl Allow setfacl and getfacl to manage posix ACLs if server
supports them. (default)
noacl Do not allow setfacl and getfacl calls on this mount
......@@ -746,4 +746,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/<param>
i.e. echo "value" > /sys/module/cifs/parameters/<param>
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].
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment