diff options
author | Sage Weil <sage@inktank.com> | 2013-01-08 21:15:10 +0400 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-27 03:01:41 +0400 |
commit | 12979354a1d6ef25d86f381e4d5f9e103f29913a (patch) | |
tree | 95a435f9a3d64fbb4a48244db4e1fc7ebce00426 /include/linux/ceph/osd_client.h | |
parent | c47f9371545abe2510ac3b66c3fc180921816f65 (diff) | |
download | linux-12979354a1d6ef25d86f381e4d5f9e103f29913a.tar.xz |
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>
Diffstat (limited to 'include/linux/ceph/osd_client.h')
-rw-r--r-- | include/linux/ceph/osd_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 388158ff0cbc..be2867330e23 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h @@ -56,7 +56,7 @@ struct ceph_osd_request { struct list_head r_linger_item; struct list_head r_linger_osd; struct ceph_osd *r_osd; - struct ceph_pg r_pgid; + struct ceph_pg_v1 r_pgid; int r_pg_osds[CEPH_PG_MAX_SIZE]; int r_num_pg_osds; |