From 066ec8d6c75b172ba08d2d64938b2e2d50f66c84 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Mon, 14 May 2018 14:34:32 -0700 Subject: [PATCH] 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 --- docs-xml/manpages/vfs_gpfs.8.xml | 27 +-------------------------- 1 file changed, 1 insertion(+), 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 @@ 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 ] -- 2.34.1