]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: Use function pointers for API calls
authorAnoop C S <anoopcs@samba.org>
Thu, 5 Sep 2024 09:50:28 +0000 (15:20 +0530)
committerAnoop C S <anoopcs@samba.org>
Thu, 12 Sep 2024 15:36:32 +0000 (15:36 +0000)
commit962a40a6ff51f33adc39e466f1479dfb35ac0926
tree6e0ae98b924dc396a73b02edddc7d208766043c7
parentd5926cf492b1cb81c90b27e0537ec3f1b1a10f80
vfs_ceph_new: Use function pointers for API calls

Replace direct function calls with pointers holding their equivalent
addresses.

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