From c121f03f597721338d3a4ba63556d7de94fe8897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= Date: Mon, 2 Dec 2024 22:27:39 +0100 Subject: [PATCH] docs:manpage: vfs_crossrename is not fully stackable VFS module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=15724 Signed-off-by: Pavel Filipenský Reviewed-by: Ralph Boehme (cherry picked from commit 94c9a99c56db438c391a966c927ec2f862c373e7) --- docs-xml/manpages/vfs_crossrename.8.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs-xml/manpages/vfs_crossrename.8.xml b/docs-xml/manpages/vfs_crossrename.8.xml index 72d67d685b1..7ea0b50cc9b 100644 --- a/docs-xml/manpages/vfs_crossrename.8.xml +++ b/docs-xml/manpages/vfs_crossrename.8.xml @@ -62,7 +62,10 @@ - This module is stackable. + This module is not fully stackable. It can be combined with other + modules, but should be the last module in the vfs objects + list. It directly access the files in the OS filesystem. +