s3-smbd: Call sys_acl_set_permset() directly rather than via the VFS
commit3d031f2189a29a12320b424a4a192ac4e8b4622c
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 10:00:21 +0000 (13 20:00 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:49 +0000 (15 11:44 +1000)
tree8d04034553b271532c796b2320ca62d925bded9b
parent9f16fcfd3f5e0fde9e857f18faaad01ee631320c
s3-smbd: Call sys_acl_set_permset() 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