s3-smbd: Call sys_acl_get_perm() directly rather than via the VFS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:34:36 +0000 (19:34 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:44 +0000 (11:44 +1000)
commit7dff34f5d08d6389e0465d70a267ec87ed14849e
tree28e64580a044f234945d0c39acfda3a51e1210fd
parent0705391ed06441b2046d1de4529aa93f51bc3573
s3-smbd: Call sys_acl_get_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
source3/smbd/trans2.c