s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:53:41 +0000 (19:53 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:47 +0000 (11:44 +1000)
commit6a46fbb393559be0d80d7b80a1391fbed52bcce0
tree4735fa7ea0701b61e7182cd7fc0cec6f15f0e004
parente019b93f0e4aed60f23b57b02470f34cff871b41
s3-smbd: Call sys_acl_free_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/trans2.c