nfs4acls: Add "smbacl4_vfs_params" parameter to smb_fget_nt_acl_nfs4
authorVolker Lendecke <vl@samba.org>
Tue, 9 Aug 2016 09:07:38 +0000 (11:07 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 12 Aug 2016 15:15:20 +0000 (17:15 +0200)
commitfbddf56f17ab0c1cc669e381588e868c23d16fbc
tree1c73d0b8394297064b1df19f029c82a0ceac7069
parent41bb898d0a80079019622c65057132016b19171a
nfs4acls: Add "smbacl4_vfs_params" parameter to smb_fget_nt_acl_nfs4

Pure placeholder right now, this will allow vfs modules to load the params
in advance. nfs4 acl parameters should not change while a tcon is live,
and lp_parm_get_* show up in profiles. Loading the parameters once at
tcon time will remove this.

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
source3/modules/vfs_aixacl2.c
source3/modules/vfs_gpfs.c
source3/modules/vfs_nfs4acl_xattr.c
source3/modules/vfs_zfsacl.c