]> 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)
committerJule Anger <janger@samba.org>
Mon, 17 Feb 2025 09:53:26 +0000 (09:53 +0000)
commit50047d6fe644e70fe5b55591f487cb6b32b8482f
treef6c6aacd889c3710a68ce39f625182358df7ee81
parent08e50814655043309c16db0e63b44d76e0c5274a
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>
(cherry picked from commit 962a40a6ff51f33adc39e466f1479dfb35ac0926)
source3/modules/vfs_ceph_new.c