]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: pass PGPool to ReplicatedPG ctor by ref
authorSamuel Just <sam.just@inktank.com>
Wed, 29 Aug 2012 23:35:01 +0000 (16:35 -0700)
committerSage Weil <sage@inktank.com>
Fri, 31 Aug 2012 20:11:36 +0000 (13:11 -0700)
commitf30facab99dee4b6d2b30ce3a24528f326c2ccd7
tree17d379bd958e16814b8e6f2a5fe72b7ebfa16cbc
parent6fbf9e6fd29c3c958b7731c222d0d41daea186a4
osd/ReplicatedPG: pass PGPool to ReplicatedPG ctor by ref

CID 717057: Big parameter passed by value (PASS_BY_VALUE)At (1): Passing
parameter _pool of type PGPool (size 336 bytes) by value.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h