]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/: pass log_entries in write path as const ref
authorSamuel Just <sjust@redhat.com>
Thu, 11 Dec 2014 19:22:55 +0000 (11:22 -0800)
committerSamuel Just <sjust@redhat.com>
Thu, 22 Jan 2015 21:11:50 +0000 (13:11 -0800)
commit27dcb148cd9682f21401e4c18090580233fd72be
treebcecd376bf98339fd1710796f52749895a4355cc
parent96504033d66cb091bd7eac74b49fcaf6103330a8
osd/: pass log_entries in write path as const ref

We need to use them after the submit_transaction call, so
we can't pass them by non-const ref.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/ECBackend.cc
src/osd/ECBackend.h
src/osd/PG.cc
src/osd/PG.h
src/osd/PGBackend.h
src/osd/PGLog.h
src/osd/ReplicatedBackend.cc
src/osd/ReplicatedBackend.h
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h