]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: rename {take -> requeue}_object_waiters
authorSage Weil <sage@newdream.net>
Fri, 2 Dec 2011 23:24:00 +0000 (15:24 -0800)
committerSage Weil <sage@newdream.net>
Fri, 2 Dec 2011 23:27:38 +0000 (15:27 -0800)
commit6dd81485c31490f6b34ffc2e4ac90627599cdfc4
treed3850bf1c98daa3fdeb1fc0f80f984ca09187b23
parentc883100448bb7e86b4f0d52a425e0d0a278c79a0
osd: rename {take -> requeue}_object_waiters

It calls osd->requeue_ops(), so make naming more consistent and avoid
confusing people like me.

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