summaryrefslogtreecommitdiffstats
path: root/fs/ceph/ioctl.c
diff options
context:
space:
mode:
authorSage Weil2013-01-08 18:15:10 +0100
committerSage Weil2013-02-27 00:01:41 +0100
commit12979354a1d6ef25d86f381e4d5f9e103f29913a (patch)
tree95a435f9a3d64fbb4a48244db4e1fc7ebce00426 /fs/ceph/ioctl.c
parentrbd: pass length, not op for osd completions (diff)
downloadkernel-qcow2-linux-12979354a1d6ef25d86f381e4d5f9e103f29913a.tar.gz
kernel-qcow2-linux-12979354a1d6ef25d86f381e4d5f9e103f29913a.tar.xz
kernel-qcow2-linux-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 'fs/ceph/ioctl.c')
-rw-r--r--fs/ceph/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/ioctl.c b/fs/ceph/ioctl.c
index 3b22150d3e19..e831436d6e68 100644
--- a/fs/ceph/ioctl.c
+++ b/fs/ceph/ioctl.c
@@ -186,7 +186,7 @@ static long ceph_ioctl_get_dataloc(struct file *file, void __user *arg)
u64 len = 1, olen;
u64 tmp;
struct ceph_object_layout ol;
- struct ceph_pg pgid;
+ struct ceph_pg_v1 pgid;
int r;
/* copy and validate */