]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/rgw: pass the flags to callback function
authorKefu Chai <kchai@redhat.com>
Thu, 3 Jan 2019 11:00:19 +0000 (19:00 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 3 Jan 2019 11:00:28 +0000 (19:00 +0800)
commit0c643f8ceac17f8d1dd0ea209b9bbcde1dba9dae
tree70567099464a59158bca8f94167e402b3d785e39
parent13c8041111e604a9d0111fd0a3771b3199f97e4c
pybind/rgw: pass the flags to callback function

before this change, the `flags` parameter passed to `LibRGWFS.readdir()`
will be dropped on the floor and ignored.
after this change, it will be passed to the specified callback function.

Signed-off-by: Kefu Chai <kchai@redhat.com>
PendingReleaseNotes
src/pybind/rgw/rgw.pyx
src/test/pybind/test_rgwfs.py