]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: drop unused same_for_*() helpers 1626/head
authorSage Weil <sage@inktank.com>
Tue, 8 Apr 2014 16:01:14 +0000 (09:01 -0700)
committerSage Weil <sage@inktank.com>
Tue, 8 Apr 2014 16:06:32 +0000 (09:06 -0700)
commitd2edd9c1d3bec45c33daa8a42ba5b3b4eeedfbb4
tree11ba7e15fff4c1334957a5b4802b671b289116f1
parent5d6116199eb4010ca40df8cc4f1ab3ead0ac761a
osd: drop unused same_for_*() helpers

These were all identical and mostly served to obscure the actual logic,
which is now captured by can_discard_op() and the matching Objecter
code on the client side.

Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/PG.h
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h