]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PG: rename require_same_or_newer_map -> is_same_or_newer_map
authorSage Weil <sage@inktank.com>
Fri, 8 Mar 2013 16:53:40 +0000 (08:53 -0800)
committerSamuel Just <sam.just@inktank.com>
Fri, 8 Mar 2013 20:40:36 +0000 (12:40 -0800)
commitba7e815a18cad110525f228db1b3fe39e011409e
tree31d58a559ca2a1703a5a67304dee7642f15367e5
parent4384e59ad046afc9ec53a2d2f1fff6a86e645505
osd/PG: rename require_same_or_newer_map -> is_same_or_newer_map

This avoids confusion with the OSD method of the same name, and better
matches what the function tests (and does not do).

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