]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw_file: chunked readdir
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 11 Apr 2017 09:56:13 +0000 (05:56 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 13 Apr 2017 14:58:22 +0000 (10:58 -0400)
commite0191d74e3aef06bf300df045a53a3952a71f651
tree4985ef9f6a55be347807749ef4d90c7894f2d56a
parent2e66c7a7cc763c5c0d6f5db04855f60f2b2ceed3
rgw_file:  chunked readdir

Adjust readdir callback path for new nfs-ganesha chunked readdir,
including changes to respect the result of callback to not
continue.

Pending introduction of offset name hint, our caller will just be
completely enumerating, so it is possible to remove the offset map
and just keep a last offset.

Fixes: http://tracker.ceph.com/issues/19624
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_file.cc
src/rgw/rgw_file.h