Commit a7d4d95
committed
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 c67fb73
Author: yuval Lifshitz <[email protected]>
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 <[email protected]>1 parent 7dd2397 commit a7d4d95
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments