aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/osd_client.h
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-01-08 12:15:10 -0500
committerSage Weil <sage@inktank.com>2013-02-26 18:01:41 -0500
commit12979354a1d6ef25d86f381e4d5f9e103f29913a (patch)
tree95a435f9a3d64fbb4a48244db4e1fc7ebce00426 /include/linux/ceph/osd_client.h
parentc47f9371545abe2510ac3b66c3fc180921816f65 (diff)
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.h2
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 {
56 struct list_head r_linger_item; 56 struct list_head r_linger_item;
57 struct list_head r_linger_osd; 57 struct list_head r_linger_osd;
58 struct ceph_osd *r_osd; 58 struct ceph_osd *r_osd;
59 struct ceph_pg r_pgid; 59 struct ceph_pg_v1 r_pgid;
60 int r_pg_osds[CEPH_PG_MAX_SIZE]; 60 int r_pg_osds[CEPH_PG_MAX_SIZE];
61 int r_num_pg_osds; 61 int r_num_pg_osds;
62 62