]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: Use integer value instead of boolean
authorAnoop C S <anoopcs@samba.org>
Mon, 22 Sep 2025 05:41:46 +0000 (11:11 +0530)
committerGünther Deschner <gd@samba.org>
Mon, 22 Sep 2025 12:24:35 +0000 (12:24 +0000)
commit5200c120f34c4a28fa9f4cb55b46dbb9d90eb758
tree916748d9193b52abfcf0ea201cefdd702d2ee3f5
parent82c0988a8bc3d3e364e2d56ad8ea27e359fbc3f0
vfs_ceph_new: Use integer value instead of boolean

ceph_ll_fsync() API[1] accepts the third and final argument as integer
and not a boolean value.

[1] https://github.com/ceph/ceph/blob/main/src/include/cephfs/libcephfs.h#L2041

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

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Mon Sep 22 12:24:35 UTC 2025 on atb-devel-224
source3/modules/vfs_ceph_new.c