]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/DBOjectMap : iter->valid is always false if we do not initialize the iterator...
authorxinxin shu <xinxin.shu@intel.com>
Mon, 1 Jun 2015 06:28:32 +0000 (14:28 +0800)
committerxinxin shu <xinxin.shu@intel.com>
Sun, 14 Jun 2015 18:45:27 +0000 (02:45 +0800)
commit440ef3a2303e49b1e842c3b2fda76bee1e23b299
tree6a7dfc1e44a4b10d65177507832bffa5043966e2
parenta1de1fc20e3f00c1e4e1d3eab8fd157a50174617
os/DBOjectMap : iter->valid is always false if we do not initialize the iterator with init(), seek_to_first will initialize this iterator

Signed-off-by: xinxin shu <xinxin.shu@intel.com>
src/os/DBObjectMap.cc