Commit aa1cb80f authored by Pavel Shilovsky's avatar Pavel Shilovsky

Update .gear/rules and README files

parent 5c3980b1
......@@ -19,4 +19,5 @@ tar.bz2: sources/2.6.34 name=kernel-source-etercifs-2.6.34-1.62
tar.bz2: sources/2.6.35 name=kernel-source-etercifs-2.6.35-1.64
tar.bz2: sources/2.6.36 name=kernel-source-etercifs-2.6.36-1.65
tar.bz2: sources/2.6.37 name=kernel-source-etercifs-2.6.37-1.68
tar.bz2: sources/2.6.38 name=kernel-source-etercifs-2.6.38-1.71
tar.bz2: etercifs
......@@ -452,6 +452,11 @@ A partial list of the supported mount options follows:
if oplock (caching token) is granted and held. Note that
direct allows write operations larger than page size
to be sent to the server.
strictcache Use for switching on strict cache mode. In this mode the
client read from the cache all the time it has Oplock Level II,
otherwise - read from the server. All written data are stored
in the cache, but if the client doesn't have Exclusive Oplock,
it writes the data to the server.
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
......
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