summaryrefslogtreecommitdiff
path: root/include/linux/ceph/osd_client.h
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-01-08 09:15:10 -0800
committerSage Weil <sage@inktank.com>2013-02-26 15:01:41 -0800
commit12979354a1d6ef25d86f381e4d5f9e103f29913a (patch)
tree95a435f9a3d64fbb4a48244db4e1fc7ebce00426 /include/linux/ceph/osd_client.h
parentc47f9371545abe2510ac3b66c3fc180921816f65 (diff)
downloadlinux-3.10-12979354a1d6ef25d86f381e4d5f9e103f29913a.tar.gz
linux-3.10-12979354a1d6ef25d86f381e4d5f9e103f29913a.tar.bz2
linux-3.10-12979354a1d6ef25d86f381e4d5f9e103f29913a.zip
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 388158ff0cb..be2867330e2 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;