vfs_ceph_new: Pass module config to userperm helpers
commitd5926cf492b1cb81c90b27e0537ec3f1b1a10f80
authorAnoop C S <anoopcs@samba.org>
Thu, 5 Sep 2024 09:46:54 +0000 (5 15:16 +0530)
committerAnoop C S <anoopcs@samba.org>
Thu, 12 Sep 2024 15:36:32 +0000 (12 15:36 +0000)
treed04f5d969e5cee81d374015566a528e5f9a59941
parent250af54250bed87928250b95db663ff13cc1f42a
vfs_ceph_new: Pass module config to userperm helpers

userperm helpers will switch to function references instead of direct
invocation of APIs. This would mean the matching config structure is
passed to those helpers.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15703

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/modules/vfs_ceph_new.c