diff options
author | Christian Ambach <ambi@samba.org> | 2012-04-16 17:37:17 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-04-16 21:28:36 +0200 |
commit | d642afa7f16ba481ae89278ca00c01357c0b8c45 (patch) | |
tree | 7066726599063323445d72c7d4e5d96ff62f1d50 /docs-xml/smbdotconf/locking | |
parent | a8e9242a1042582f77b1b61f7b17dc94a9065189 (diff) | |
download | samba-d642afa7f16ba481ae89278ca00c01357c0b8c45.tar.gz samba-d642afa7f16ba481ae89278ca00c01357c0b8c45.tar.bz2 samba-d642afa7f16ba481ae89278ca00c01357c0b8c45.zip |
s3: switch off kernel oplocks by default
as discussed on samba-technical, turn kernel oplocks off by default
to not leave users without the benefits of Level II oplocks
Diffstat (limited to 'docs-xml/smbdotconf/locking')
-rw-r--r-- | docs-xml/smbdotconf/locking/kerneloplocks.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs-xml/smbdotconf/locking/kerneloplocks.xml b/docs-xml/smbdotconf/locking/kerneloplocks.xml index 9ac7256fb9..8e3bba5122 100644 --- a/docs-xml/smbdotconf/locking/kerneloplocks.xml +++ b/docs-xml/smbdotconf/locking/kerneloplocks.xml @@ -19,12 +19,11 @@ parameter on Linux and IRIX to get Level II oplocks and the associated performance benefit.</para> - <para>This parameter defaults to <constant>on</constant>, but is translated - to a no-op on systems that no not have the necessary kernel support. - You should never need to touch this parameter.</para> + <para>This parameter defaults to <constant>no</constant> and is translated + to a no-op on systems that do not have the necessary kernel support.</para> </description> <related>oplocks</related> <related>level2 oplocks</related> -<value type="default">yes</value> +<value type="default">no</value> </samba:parameter> |