]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/file: change function signature to match the one generated by cython 48828/head
authoryuval Lifshitz <ylifshit@redhat.com>
Thu, 10 Nov 2022 13:21:56 +0000 (15:21 +0200)
committeryuval Lifshitz <ylifshit@redhat.com>
Thu, 10 Nov 2022 13:21:56 +0000 (15:21 +0200)
commitc67fb7316ef9ad580509814189eaf99ad16d798d
treee6dfef8ea1539207a56b769b75b351e930fcc806
parenta2b4c77e9757c5721fe2d80e9bff9124c93643d7
rgw/file: change function signature to match the one generated by cython

without this change, clang16 fails to compile,
due to conversion from "bool" to "int".
see error: https://paste.sh/QybPVNdh#OtffZeqJKcsqUVMupPYD11Kl

Signed-off-by: yuval Lifshitz <ylifshit@redhat.com>
src/include/rados/rgw_file.h
src/test/librgw_file.cc
src/test/librgw_file_gp.cc
src/test/librgw_file_marker.cc
src/test/librgw_file_nfsns.cc