s3: VFS: vfs_acl_xattr: Don't call unlink_acl_common() directly.
authorJeremy Allison <jra@samba.org>
Tue, 17 Sep 2019 00:44:33 +0000 (17:44 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:47 +0000 (17:20 +0000)
commit6ef40bdb94093f2a7afdd0d69bf0467d86660ec8
tree6d1f70da107a0e554c03209190d6f74fd2d6d3af
parent96aeaed858164bb1387c41c954e841e911ba561c
s3: VFS: vfs_acl_xattr: Don't call unlink_acl_common() directly.

Use a wrapper function so we can change the parameters.

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