vfs_zfsacl: pass nfs4_params to smb_set_nt_acl_nfs4()
authorRalph Boehme <slow@samba.org>
Sat, 19 Oct 2019 13:36:15 +0000 (15:36 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 20 Dec 2019 22:01:28 +0000 (22:01 +0000)
commitcd313d0ade15556875ebec060b047a2c6e087b62
tree1092b2d068329512a0e7a089e351213e916d0033
parent2c7699e7202bef6b8d40c829a4e1515a838f0f6d
vfs_zfsacl: pass nfs4_params to smb_set_nt_acl_nfs4()

Now that we parse nfs4_params in the VFS connect in this module, we can pass it
to smb_set_nt_acl_nfs4() which avoids having smb_set_nt_acl_nfs4() parse
it *every time* it's called.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andrew Walker <awalker@ixsystems.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_zfsacl.c