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