vfs: Remove type parameter from sys_acl_blob_get_{fd,file}
commit570457375ad8ae7aacc3e25b05d3d7661ba21b7a
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Oct 2012 05:44:41 +0000 (10 16:44 +1100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 3 Dec 2012 11:48:34 +0000 (3 12:48 +0100)
tree7c3752be695356cf4e54348a02c7f7a1239a63f8
parent2d41511901a6e788eec908b6821f7ac2a4f9814a
vfs: Remove type parameter from sys_acl_blob_get_{fd,file}

This interface actually needs to match the get_nt_acl interface in
that the system ACL implmenetation may not be posix ACLs, and the blob
is not meant to be enforced to be of a particular system ACL
structure.

Andrew Bartlett
(cherry picked from commit 1f36ec129300e4f69efe26d4950fe3a7cfbfb233)
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_full_audit.c
source3/modules/vfs_time_audit.c
source3/smbd/vfs.c