libceph: rename ceph_pg -> ceph_pg_v1

Rename the old version this type to distinguish it from the new version.

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <elder@inktank.com>
This commit is contained in:
Sage Weil 2013-01-08 09:15:10 -08:00
parent c47f937154
commit 12979354a1
6 changed files with 18 additions and 17 deletions

View file

@ -914,7 +914,7 @@ static int __map_request(struct ceph_osd_client *osdc,
struct ceph_osd_request *req, int force_resend)
{
struct ceph_osd_request_head *reqhead = req->r_request->front.iov_base;
struct ceph_pg pgid;
struct ceph_pg_v1 pgid;
int acting[CEPH_PG_MAX_SIZE];
int o = -1, num = 0;
int err;