s3-smbd: Call sys_acl_get_qualifier() directly rather than via the VFS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:43:23 +0000 (19:43 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:45 +0000 (11:44 +1000)
commit6a2f142b4980b8ce71980cd5bf8bd7b2428503d1
tree4a2a24c6f916eb06dfd69139687cbc9201f7ebcd
parentd83276c13f3bfb25e98399827b1d5e10e709480d
s3-smbd: Call sys_acl_get_qualifier() 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