]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:vfs.h: add comment about VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Aug 2022 07:35:16 +0000 (09:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 16 Aug 2022 10:54:30 +0000 (10:54 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15146

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/include/vfs.h

index 2fd8d1cdd06b26fba7b3b9214e2d006b6ac9e6bc..61360b3c21ce5bf05f026c78a7116cc7c2d8419f 100644 (file)
  * 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