s3-smbd: Call sys_acl_free_acl() directly rather than via the VFS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:55:25 +0000 (19:55 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:47 +0000 (11:44 +1000)
commit8b3227eb451b360a82d488c643e1e4e4ac96e2fc
tree4bc09b74fae8b6a81a6b5c8b5596ebba7588e1c3
parent6a46fbb393559be0d80d7b80a1391fbed52bcce0
s3-smbd: Call sys_acl_free_acl() 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