]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ObjectStore,ReplicatedPG: remove old collection_list_partial
authorSamuel Just <samuel.just@dreamhost.com>
Fri, 2 Dec 2011 21:27:43 +0000 (13:27 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Wed, 7 Dec 2011 19:40:11 +0000 (11:40 -0800)
commit2d3721c6ccaba60d68da8b6d36bc44da1c0b36f2
tree7bd2219da884de3b57dc49480fddac05a306ab3b
parent717621f66eb7da54c0000ff52985235dc6a17843
ObjectStore,ReplicatedPG: remove old collection_list_partial

No need for the old collection_list_partial instance: it's cleaner to
just use an hobject_t as the collection list handle.

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
12 files changed:
src/os/CollectionIndex.h
src/os/FileStore.cc
src/os/FileStore.h
src/os/FlatIndex.cc
src/os/FlatIndex.h
src/os/HashIndex.cc
src/os/HashIndex.h
src/os/LFNIndex.cc
src/os/LFNIndex.h
src/os/ObjectStore.h
src/osd/ReplicatedPG.cc
src/test/store_test.cc