From 7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 12 Aug 2003 22:36:55 +0000 Subject: Better compatibility with official syntax (This used to be commit 12eea1a70b0c8331aabc09e5ae464d7863de6240) --- docs/docbook/smbdotconf/tuning/usesendfile.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/docbook/smbdotconf/tuning/usesendfile.xml') diff --git a/docs/docbook/smbdotconf/tuning/usesendfile.xml b/docs/docbook/smbdotconf/tuning/usesendfile.xml index e8b8213ec3..6bbd651549 100644 --- a/docs/docbook/smbdotconf/tuning/usesendfile.xml +++ b/docs/docbook/smbdotconf/tuning/usesendfile.xml @@ -2,11 +2,13 @@ context="S" xmlns:samba="http://samba.org/common"> - If this parameter is yes, and the underlying operating + If this parameter is yes, 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 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. + and cause Samba to be faster. This is off by default as it's effects are unknown + as yet. Default: use sendfile = no -- cgit