s3-docs: Remove older documentation of smb2 parameters.
authorKarolin Seeger <kseeger@samba.org>
Mon, 19 Jul 2010 09:54:05 +0000 (11:54 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 19 Jul 2010 09:54:05 +0000 (11:54 +0200)
Jeremy, these parameters were already documented. My fault.
Sorry for the noise!

Karolin

docs-xml/smbdotconf/tuning/smb2maxread.xml [deleted file]
docs-xml/smbdotconf/tuning/smb2maxtrans.xml [deleted file]
docs-xml/smbdotconf/tuning/smb2maxwrite.xml [deleted file]

diff --git a/docs-xml/smbdotconf/tuning/smb2maxread.xml b/docs-xml/smbdotconf/tuning/smb2maxread.xml
deleted file mode 100644 (file)
index a3abbbc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<samba:parameter name="smb2 max read"
-               context="G"
-               advanced="1" developer="1"
-               xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
-    <para>This sets the maximum read size in bytes for a single SMB2 read request.
-    It exists to allow the Samba developers to experiment with different
-    size requests for tuning purposes.
-    </para>
-</description>
-
-<value type="default">65536</value>
-</samba:parameter>
diff --git a/docs-xml/smbdotconf/tuning/smb2maxtrans.xml b/docs-xml/smbdotconf/tuning/smb2maxtrans.xml
deleted file mode 100644 (file)
index 4e6fee0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<samba:parameter name="smb2 max trans"
-               context="G"
-               advanced="1" developer="1"
-               xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
-    <para>This sets the maximum read size in bytes for a single SMB2 transact request.
-    It exists to allow the Samba developers to experiment with different
-    size requests for tuning purposes.
-    </para>
-</description>
-
-<value type="default">65536</value>
-</samba:parameter>
diff --git a/docs-xml/smbdotconf/tuning/smb2maxwrite.xml b/docs-xml/smbdotconf/tuning/smb2maxwrite.xml
deleted file mode 100644 (file)
index 5085dba..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<samba:parameter name="smb2 max write"
-               context="G"
-               advanced="1" developer="1"
-               xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
-    <para>This sets the maximum read size in bytes for a single SMB2 write request.
-    It exists to allow the Samba developers to experiment with different
-    size requests for tuning purposes.
-    </para>
-</description>
-
-<value type="default">65536</value>
-</samba:parameter>