From: Christof Schmitt Date: Mon, 14 May 2018 21:34:32 +0000 (-0700) Subject: vfs_gpfs: Remove gpfs:prealloc from manpage X-Git-Tag: samba-4.11.0rc1~1224 X-Git-Url: http://git.samba.org/samba.git/?p=vlendec%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=066ec8d6c75b172ba08d2d64938b2e2d50f66c84 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 Reviewed-by: Jeremy Allison --- 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 @@ vfs_gpfs - gpfs specific samba extensions like acls and prealloc + gpfs specific samba extensions like acls @@ -339,31 +339,6 @@ - gpfs:prealloc = [ yes | no ] - - - 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. - - - - - yes (default) - Use gpfs_prealloc for the - fallocate callback. - - - no - Do not use gpfs_prealloc for the - fallocate callback. - - - - - - - - gpfs:settimes = [ yes | no ]