]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: Unconditionally use ceph_select_filesystem
authorAnoop C S <anoopcs@samba.org>
Fri, 2 Aug 2024 05:40:28 +0000 (11:10 +0530)
committerAnoop C S <anoopcs@samba.org>
Mon, 5 Aug 2024 16:06:47 +0000 (16:06 +0000)
commitde2f76fa47e6e672ce353ea9d3dc4019965c6491
tree3bac0fc65fee53f75bbb51b0610630759a27f3ea
parentd8c84a2993b84ebb69011c33c1b5d44801c15363
vfs_ceph_new: Unconditionally use ceph_select_filesystem

Currently we don't have an explicit check for the presence of
ceph_select_filesystem() libcephfs API as it is always found to
be present with the minimum ceph version that is supported with
Samba right now. Therefore under this assumption directly call
ceph_select_filesystem() without any #ifdefs. Please note that
this change is already part of vfs_ceph via ef0068cd.

ref: https://gitlab.com/samba-team/samba/-/merge_requests/3715
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15686
Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Mon Aug  5 16:06:47 UTC 2024 on atb-devel-224
source3/modules/vfs_ceph_new.c