s3-smbd: Call sys_acl_get_permset() directly rather than via the VFS
commit3b409324d3196b8f08df63189fc7d0802f03d757
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:38:09 +0000 (13 19:38 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:45 +0000 (15 11:44 +1000)
treef7c08fe9e00437b1f27aebe67d6df29a40c627de
parent7dff34f5d08d6389e0465d70a267ec87ed14849e
s3-smbd: Call sys_acl_get_permset() 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
source3/smbd/trans2.c