]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: replace object_contexts.find with object_contexts.lookup
authorLoic Dachary <loic@dachary.org>
Tue, 13 Aug 2013 15:02:40 +0000 (17:02 +0200)
committerLoic Dachary <loic@dachary.org>
Thu, 22 Aug 2013 00:10:59 +0000 (02:10 +0200)
commitbd9f73d8bcd5377093845dc6cc6388af652a9081
treeed936cefdaa89db52a210ae7edbb991be6dfe804
parent95349c028ef049e28f651773cbf28f49a872013c
ReplicatedPG: replace object_contexts.find with object_contexts.lookup

The std::map equivalent of find is SharedPtrRegistry::lookup

http://tracker.ceph.com/issues/5510 refs #5510

Signed-off-by: Loic Dachary <loic@dachary.org>
src/osd/ReplicatedPG.cc