summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/tuning
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-09-03 17:38:22 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:00 -0500
commit9d90023ff4c28fc6d12e02cb89e2653d6c06bd95 (patch)
tree347a56dc8a3b4a7582911a6ac81f11812d7d83a1 /docs/smbdotconf/tuning
parent06e98a13047682f1c4a2e0927f0682dee8edfc23 (diff)
downloadsamba-9d90023ff4c28fc6d12e02cb89e2653d6c06bd95.tar.gz
samba-9d90023ff4c28fc6d12e02cb89e2653d6c06bd95.tar.bz2
samba-9d90023ff4c28fc6d12e02cb89e2653d6c06bd95.zip
Default is yes now
(This used to be commit 2859e0da31e43203a1622eef43ab7b17d3d936b6)
Diffstat (limited to 'docs/smbdotconf/tuning')
-rw-r--r--docs/smbdotconf/tuning/usesendfile.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/smbdotconf/tuning/usesendfile.xml b/docs/smbdotconf/tuning/usesendfile.xml
index f5e68f2879..8c26fa2a52 100644
--- a/docs/smbdotconf/tuning/usesendfile.xml
+++ b/docs/smbdotconf/tuning/usesendfile.xml
@@ -3,14 +3,11 @@
type="boolean"
xmlns:samba="http://samba.org/common">
<description>
- <para>If this parameter is <constant>yes</constant>, and Samba
- was built with the --with-sendfile-support option, and the underlying operating
- system supports sendfile system call, then some SMB read calls (mainly ReadAndX
+ <para>If this parameter is <constant>yes</constant>, and the <constant>sendfile()</constant> system call is supported by the underlying operating system, then some SMB read calls (mainly ReadAndX
and ReadRaw) will use the more efficient sendfile system call for files that
are exclusively oplocked. This may make more efficient use of the system CPU's
- and cause Samba to be faster. This is off by default as it's effects are unknown
- as yet. In particular, it appears that Windows 9X clients fail to work against
- Samba with this parameter enabled in config.</para>
+ and cause Samba to be faster.
+ </para>
</description>
<value type="default">yes</value>