s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),
authorJeremy Allison <jra@samba.org>
Fri, 14 May 2021 21:20:50 +0000 (14:20 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 18 May 2021 17:29:34 +0000 (17:29 +0000)
commit7127cba145973ede5f64b5d8b49ab29a79f230b7
treec65ba9e736efc256c599490aafac4b26ee3c6599
parentbebe313ced732ebd53e127c5baf059eb1ae2b528
s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),

Not yet used. Eventually will replace SMB_VFS_SYS_ACL_DELETE_DEF_FILE().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_not_implemented.c
source3/modules/vfs_time_audit.c
source3/smbd/vfs.c