summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-05-14 14:34:32 -0700
committerJeremy Allison <jra@samba.org>2019-04-22 23:00:41 +0000
commit066ec8d6c75b172ba08d2d64938b2e2d50f66c84 (patch)
treea48ac709dee3c062ee291e6eed3da1ab32ccd03d /docs-xml
parent0b203d94471002d67d23333ecef72f7c6788464b (diff)
downloadsamba-066ec8d6c75b172ba08d2d64938b2e2d50f66c84.tar.gz
vfs_gpfs: Remove gpfs:prealloc from manpage
The option is no longer in the code, remove it from the manpage as well. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_gpfs.8.xml27
1 files changed, 1 insertions, 26 deletions
diff --git a/docs-xml/manpages/vfs_gpfs.8.xml b/docs-xml/manpages/vfs_gpfs.8.xml
index 15e7bcf9d77..2f3b4274e4b 100644
--- a/docs-xml/manpages/vfs_gpfs.8.xml
+++ b/docs-xml/manpages/vfs_gpfs.8.xml
@@ -13,7 +13,7 @@
<refnamediv>
<refname>vfs_gpfs</refname>
- <refpurpose>gpfs specific samba extensions like acls and prealloc</refpurpose>
+ <refpurpose>gpfs specific samba extensions like acls</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -339,31 +339,6 @@
</varlistentry>
<varlistentry>
- <term>gpfs:prealloc = [ yes | no ]</term>
- <listitem>
- <para>
- If set to yes the gpfs_prealloc function will be used in the
- fallocate callback when appropriate. If set to no gpfs_prealloc
- will not be used. In both cases the system and libc calls are
- avoided.
- </para>
-
- <itemizedlist>
- <listitem><para>
- <command>yes (default)</command> - Use gpfs_prealloc for the
- fallocate callback.
- </para></listitem>
- <listitem><para>
- <command>no</command> - Do not use gpfs_prealloc for the
- fallocate callback.
- </para></listitem>
- </itemizedlist>
- </listitem>
-
- </varlistentry>
-
- <varlistentry>
-
<term>gpfs:settimes = [ yes | no ]</term>
<listitem>
<para>