s3: VFS: default: Remove the sys_proc_fd_path() fallback code in vfswrap_sys_acl_set_...
authorJeremy Allison <jra@samba.org>
Wed, 9 Jun 2021 00:01:02 +0000 (17:01 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 9 Jun 2021 13:14:31 +0000 (13:14 +0000)
commit303185621178aa76a91458788eb13b731a3ce19f
tree721656cd6688673085af35d1067002876093a90f
parent4266b6a7fbd790f662be9f8590fa1cba98d102b1
s3: VFS: default: Remove the sys_proc_fd_path() fallback code in vfswrap_sys_acl_set_fd().

Just pass through to sys_acl_set_fd(), which goes to posixacl_sys_acl_set_fd()
on posix ACL systems.

We already have identical code in posixacl_sys_acl_set_fd()
and these fallbacks are really system specific so we shouldn't
be doing them in more than one place.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_default.c