]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: Remove unused symbol for ceph_readdir
authorAnoop C S <anoopcs@samba.org>
Mon, 28 Oct 2024 05:43:10 +0000 (11:13 +0530)
committerAnoop C S <anoopcs@samba.org>
Sun, 3 Nov 2024 11:07:23 +0000 (11:07 +0000)
commite3d35ca69446606b557f20e5faec2e76354eaaa4
tree51d27eb051b5ac20e6e8d74d63809a5596496d76
parent341ff48a5a787ed358a28037b5ec751b7b530e20
vfs_ceph_new: Remove unused symbol for ceph_readdir

ce459ddbcd0f32252858a7640f6871057eb14645 recently switched the readdir
implementation to use ceph_readdir_r(). Thus ceph_readdir() is
unnecessarily loaded which is no longer used.

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

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Sun Nov  3 11:07:23 UTC 2024 on atb-devel-224
source3/modules/vfs_ceph_new.c