]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
libcephfs / pybind: use uid_t and gid_t instead of int 62934/head
authorCecilia Lau <cecilialau6776@gmail.com>
Tue, 22 Apr 2025 22:12:28 +0000 (18:12 -0400)
committerCecilia Lau <cecilialau6776@gmail.com>
Tue, 22 Apr 2025 22:35:57 +0000 (18:35 -0400)
commit65328aca31f2f5038cb602148120b9427370ed4f
tree16ed6726e09d0330d87dc3f8f66a0a43025e7ad4
parent089cd8ea4d66012001ec9a32661073a10a25703a
libcephfs / pybind: use uid_t and gid_t instead of int

allows for setting uid/gid over 2^31-1 through libcephfs
Fixes: https://tracker.ceph.com/issues/71015
Signed-off-by: Cecilia Lau <cecilialau6776@gmail.com>
src/include/cephfs/libcephfs.h
src/libcephfs.cc
src/pybind/cephfs/cephfs.pyx
src/pybind/cephfs/types.pxd