s4: ntvfs: Add a TALLOC_CTX * paramter to pvfs_acl_register()
authorJeremy Allison <jra@samba.org>
Thu, 11 May 2017 22:45:57 +0000 (15:45 -0700)
committerRalph Boehme <slow@samba.org>
Sat, 13 May 2017 14:50:13 +0000 (16:50 +0200)
commite1b4df414f9e6689589eb247f99bb20742a4cefc
tree522b97745d4c940218b9730c973fec89619fd06e
parent91852dd0816a745f501b765a556b5985521c8119
s4: ntvfs: Add a TALLOC_CTX * paramter to pvfs_acl_register()

Make use of the passed in TALLOC_CTX * from the init function
to remove a talloc_autofree_context() use.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/ntvfs/posix/pvfs_acl.c
source4/ntvfs/posix/pvfs_acl_nfs4.c
source4/ntvfs/posix/pvfs_acl_xattr.c