From: Noel Power Date: Fri, 9 Apr 2021 11:08:35 +0000 (+0100) Subject: VFS: Fix version SMB_VFS_GET_DOS_ATTRIBUTES was removed in X-Git-Tag: tevent-0.11.0~1229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a68d34c2329d3862bd4bdc0a9375ce4039aa293;p=thirdparty%2Fsamba.git VFS: Fix version SMB_VFS_GET_DOS_ATTRIBUTES was removed in Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index d06a62e5151..3357f681b98 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -338,7 +338,6 @@ * Version 44 - Add 'have_proc_fds' flag to struct connection_struct. * Version 44 - Add 'have_proc_fds' flag to struct files_struct. * Version 44 - Add dirfsp arg to SMB_VFS_READDIR() - * Version 44 - Remove SMB_VFS_GET_DOS_ATTRIBUTES() * Version 44 - Replace SMB_VFS_GET_COMPRESSION() with SMB_VFS_FGET_COMPRESSION() * Version 44 - Add type argument to SMB_VFS_SYS_ACL_SET_FD() * Version 44 - Remove SMB_VFS_SYS_ACL_SET_FILE() @@ -346,6 +345,7 @@ * Version 45 - Remove SMB_VFS_LISTXATTR * Version 45 - Remove SMB_VFS_SETXATTR * Version 45 - Remove SMB_VFS_REMOVEXATTR + * Version 45 - Remove SMB_VFS_GET_DOS_ATTRIBUTES() */ #define SMB_VFS_INTERFACE_VERSION 45