]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix collection_list properly set next if end reached
authorMykola Golub <mgolub@suse.com>
Fri, 31 Jul 2020 15:05:10 +0000 (16:05 +0100)
committerMykola Golub <mgolub@suse.com>
Tue, 8 Sep 2020 17:24:56 +0000 (20:24 +0300)
commit107aff0c8131549f09364d7057ea155adbeea03e
tree0866579846d50887d2baccbe703c030dd7b89307
parent47a8765da7834b3badbe6127e12d60b0f8aa6f28
os/bluestore: fix collection_list properly set next if end reached

Previously it was setting it to GMAX (happened when one had end
set to not GMAX and max set to INT_MAX).

Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit 46d73a806c90b944c8596ad3d9dae3f5cf78d915)
src/os/bluestore/BlueStore.cc