]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/file: advance rgw_file interface version
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 21 Apr 2023 23:21:05 +0000 (19:21 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 21 Apr 2023 23:29:23 +0000 (19:29 -0400)
commita7d4d9580ab68882f783245fc7dd599ff2308a19
tree4053e7fb802067bed0be844f3092fbb140fe048d
parent7dd23978a66cc1c97c0f7244a036fadd9bdf2fd0
rgw/file: advance rgw_file interface version

The following commit changed the rgw_file.h external interface, but did
not advance the interface version.

This commit needs to follow the interface change to all backports (e.g.,
Reef).

commit c67fb7316ef9ad580509814189eaf99ad16d798d
Author: yuval Lifshitz <ylifshit@redhat.com>
Date:   Thu Nov 10 15:21:56 2022 +0200

    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

Fixes: https://tracker.ceph.com/issues/59509
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/include/rados/rgw_file.h