mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
4dbb8fda4e
Avoid a parametric option in a hot codepath. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
20 lines
562 B
XML
20 lines
562 B
XML
<samba:parameter name="smbd force process locks"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This boolean option tells <command moreinfo="none">smbd</command> whether
|
|
to forcefully disable the use of Open File Description locks on Linux.
|
|
</para>
|
|
<para>
|
|
This option should not be changed from the default unless you know what
|
|
you're doing.
|
|
</para>
|
|
|
|
</description>
|
|
|
|
<related>locking</related>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|