nfs4acls: Make smbacl4_vfs_params public
authorVolker Lendecke <vl@samba.org>
Tue, 9 Aug 2016 09:28:30 +0000 (11:28 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 12 Aug 2016 15:15:20 +0000 (17:15 +0200)
commitd982ea5246a90b630a5e1e51accc04f3690e2429
treea5c21caa906c30ff7a62377a5c6f5e9fe0a7167d
parente3523c8d46989ce078b31e212e44952db600ec5e
nfs4acls: Make smbacl4_vfs_params public

vfs_gpfs & others will be able to embed this structure in their special config.

We could have gone with an anonymous struct and a talloc'ed object, but for my
taste this is specialized and hidden enough that it's not worth the
indirection.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/nfs4_acls.c
source3/modules/nfs4_acls.h