s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:40:52 +0000 (19:40 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:45 +0000 (11:44 +1000)
commitd83276c13f3bfb25e98399827b1d5e10e709480d
treef9af0006ee695c76acd42ee29f7c3195c064a250
parent3b409324d3196b8f08df63189fc7d0802f03d757
s3-smbd: Call sys_acl_get_tagtype() 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