]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: remove useless hitset code
authorKefu Chai <kchai@redhat.com>
Fri, 12 Jun 2015 12:53:44 +0000 (20:53 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 23 Aug 2015 09:32:37 +0000 (17:32 +0800)
commitff087f9e01b3cb4a3cee1232b5d8096b99a8100b
tree3fc2c87898d2335ea2f08592b1b0c7a3d8a0a8fe
parentcc2bcf760f2d2f20fc4a2fa78ba52475a23e55bf
osd: remove useless hitset code

* we do not persist current hit set using get_hit_set_current_object()
  anymore, instead we always append current hitset into archive even
  !hitset.is_full(), see fbd9c15. so it's not necessary to remove the
  current hitset object before putting it to disk.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/ReplicatedPG.cc