s3-smbd: Call sys_acl_create_entry() directly rather than via the VFS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:59:03 +0000 (19:59 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:48 +0000 (11:44 +1000)
commit50d147b8582d2f04b2a5914fb63c42b4e3aabdd5
tree65920a92cd31493c5173619f97a1cc5f2ea0c93a
parentdb544790f108000b4cad51fd143946765774753c
s3-smbd: Call sys_acl_create_entry() 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