s3-smbd: Call sys_acl_get_entry() directly rather than via the VFS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:52:23 +0000 (19:52 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:46 +0000 (11:44 +1000)
commite019b93f0e4aed60f23b57b02470f34cff871b41
treec331d374141d1a0e55b02c877a2bb7357f352d5f
parentd8fb9e77ec98b055e1214e4ccf9d3f047354ac97
s3-smbd: Call sys_acl_get_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
source3/smbd/trans2.c