]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: advance pseudo-folders properly in delimited ordered listing 37169/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 15 Sep 2020 18:20:04 +0000 (14:20 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Tue, 15 Sep 2020 20:33:11 +0000 (16:33 -0400)
commitc3f346e3157ef56254b199ea46e26016166451e4
tree253da4150ec3b9d968e881d5decd34454465ef88
parent130a74a60802d8b0db15dc0d5c9fb6164d78d72d
rgw: advance pseudo-folders properly in delimited ordered listing

The code mistakenly uses the current marker to figure out how to skip
past a pseudo-directory. This could allow for some entries in a bucket
to be skipped. The code should have used the current pseudo-directory
to determine what to skip past.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw_rados.cc