aboutsummaryrefslogtreecommitdiffstats
path: root/fs
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 /fs
parentrbd: pass length, not op for osd completions (diff)
downloadlinux-dev-12979354a1d6ef25d86f381e4d5f9e103f29913a.tar.xz
linux-dev-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')
-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 */