s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFS
commit631a356ea227eb48a9472b31ae3034fcbb1d3c5c
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:57:34 +0000 (13 19:57 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:48 +0000 (15 11:44 +1000)
treefb7d5a11c5c1ac7d5a7575fb90775ded4e495d4f
parentd78c7c32dc67d77bf68d3ac19853f599f0a817e7
s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFS

This will allow us to remove the struct smb_acl_t manipuations from the VFS layer,
which will be reduced to handling the get/set functions.

Andrew Bartlett
source3/smbd/posix_acls.c