]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: don't use end_marker for namespaced object listing 4409/head
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 20 Apr 2015 23:00:34 +0000 (16:00 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 20 Apr 2015 23:03:44 +0000 (16:03 -0700)
commitd2a67282e0ffd130a6e5d9c2886fcb209203ec08
tree1887271296d8cfc6fa976dfecaea685a5a35ace6
parent1e912b79f5e7992315e22f27bc89980a67ab3a50
rgw: don't use end_marker for namespaced object listing

Fixes: #11437
Don't deal with end_marker if there's a namespace set for the object
listing. The cur_end_marker.empty() check is incorrect if no end_marker
is provided, but a namespace is set. Just avoid this issue entirely, as
it's not needed.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_rados.cc