s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFS
commit21e0b91e9cf5ffc098beee01f4b573aee0133be4
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:59:33 +0000 (13 19:59 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:49 +0000 (15 11:44 +1000)
tree3138676f9dfca3a716be66e824b75731aadef921
parent50d147b8582d2f04b2a5914fb63c42b4e3aabdd5
s3-smbd: Call sys_acl_set_tag_type() 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