]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cls/cls_rbd.cc: no need to skip key == after. 6661/head
authorXiaoxi Chen <xiaoxi.chen@intel.com>
Fri, 20 Nov 2015 08:00:19 +0000 (16:00 +0800)
committerXiaoxi Chen <xiaoxi.chen@intel.com>
Wed, 2 Dec 2015 03:01:11 +0000 (11:01 +0800)
commitbff706f48b1c925f0f262a8d1255afac0d555963
tree09ed56368e7642e22057fc1eed77df65dd89793c
parentb75d1074f67f3409ab97c0731f948efe5c1e8622
cls/cls_rbd.cc: no need to skip key == after.

We already skip the pair where key == after in both LevelDBWholeSpaceIteratorImpl::upper_bound
and RocksDBWholeSpaceIteratorImpl::upper_bound.

Fixes: #13922
Signed-off-by: Xiaoxi Chen <xiaoxi.chen@intel.com>
src/cls/rbd/cls_rbd.cc