From d642afa7f16ba481ae89278ca00c01357c0b8c45 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 16 Apr 2012 17:37:17 +0200 Subject: 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 --- docs-xml/smbdotconf/locking/kerneloplocks.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs-xml/smbdotconf') 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. - This parameter defaults to on, 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. + This parameter defaults to no and is translated + to a no-op on systems that do not have the necessary kernel support. oplocks level2 oplocks -yes +no -- cgit