]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: use pg_t to find PG's again
authorSage Weil <sage@newdream.net>
Fri, 12 Nov 2010 01:37:22 +0000 (17:37 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 29 Nov 2010 20:55:19 +0000 (12:55 -0800)
commitb722662e64a958e134e0c9f32d6cdd079c30fc05
treec89b8ba05d00ec9a92f5bf48325597cf54acdeeb
parenta61f6b5e8f8f48e1b32c3c31c1f91a5c67753ee6
osd: use pg_t to find PG's again

The ceph_object_layout is approaching obsolete.  Also, use a more general
lookup_lock_raw_pg() helper that doesn't take the (unused) obc* or cast.

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