]> git.apps.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:50:14 +0000 (20:50 +0300)
commitd59cee0bee653ac77e9613178f888c990cd55da0
treeb156568e8724d4f702bcd54ad3bc798350c37f05
parent8cea0fb8ec8f3aebe5c8f0611ca0cd1364e39270
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