vfs: Remove type parameter from sys_acl_blob_get_{fd,file}
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Oct 2012 05:44:41 +0000 (16:44 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 11 Oct 2012 01:25:11 +0000 (12:25 +1100)
commit1f36ec129300e4f69efe26d4950fe3a7cfbfb233
tree217c35df446b5882d5d5aab3046082f6d5043e43
parentc8ade07760ae0ccfdf2d875c9f3027926e62321b
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
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