From: Stefan Metzmacher Date: Tue, 16 Aug 2022 07:35:16 +0000 (+0200) Subject: s3:vfs.h: add comment about VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS X-Git-Tag: talloc-2.4.0~1423 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5adf051228b56c05fe1205e7a865a497b58e81d9;p=thirdparty%2Fsamba.git s3:vfs.h: add comment about VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS BUG: https://bugzilla.samba.org/show_bug.cgi?id=15146 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 2fd8d1cdd06..61360b3c21c 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -374,6 +374,7 @@ * Version 47 - Re-add dirfsp to CREATE_FILE * Version 47 - Add fsp flag fstat_before_close * Version 47 - Change SMB_VFS_OPENAT() to match the Linux openat2 prototype, add vfs_open_how + * Version 47 - Add VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS for SMB_VFS_OPENAT() */ #define SMB_VFS_INTERFACE_VERSION 47