]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: move PG::Info::coll to PG::coll
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 1 Oct 2010 18:56:42 +0000 (11:56 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 1 Oct 2010 18:56:42 +0000 (11:56 -0700)
commit5e450300df86f33ec53ab8bca970eea2a2598a6c
treec780a76904382e7c073c9eafea41112a0fdeb859
parente305ea017db64bc191d6d96ca521d387618beb69
osd: move PG::Info::coll to PG::coll

It's best not to have data members in PG::Info that are not serialized
and sent over the wire. Cache coll directly inside PG instead.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/osd/PG.cc
src/osd/PG.h