s3-smbd: Call sys_acl_init() directly rather than via the VFS
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 Aug 2012 09:56:31 +0000 (19:56 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Aug 2012 01:44:47 +0000 (11:44 +1000)
commitd78c7c32dc67d77bf68d3ac19853f599f0a817e7
tree15b974c9251ebb8eaad6efd8fdcf15106ee040db
parent8b3227eb451b360a82d488c643e1e4e4ac96e2fc
s3-smbd: Call sys_acl_init() 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