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:
parent
c47f937154
commit
12979354a1
6 changed files with 18 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue