s3:vfs_gpfs add a generic vfs_gpfs_getacl function
commitf1ff845720604fc32788a59ec9a1a128135efe35
authorChristian Ambach <ambi@samba.org>
Mon, 5 Nov 2012 18:26:57 +0000 (5 19:26 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Feb 2013 11:19:30 +0000 (4 12:19 +0100)
tree547bc422a2278fbfc7a2587d056624dcceb4ce0b
parentd9075e19ca8c788824208ee1d77ad5861fe778ed
s3:vfs_gpfs add a generic vfs_gpfs_getacl function

in contrast to gpfs_getacl_alloc which always puts the
ACL on talloc_tos(), this one allows to specify the memory
context and if the caller is interested in the raw ACL blob
or a structured version

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/modules/vfs_gpfs.c