s3-smbd: Call sys_acl_add_perm() directly rather than via the VFS
commitdb544790f108000b4cad51fd143946765774753c
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:58:17 +0000 (13 19:58 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:48 +0000 (15 11:44 +1000)
tree15655bcd58cc8956114700845d028cde8103dba5
parent631a356ea227eb48a9472b31ae3034fcbb1d3c5c
s3-smbd: Call sys_acl_add_perm() 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