diff options
author | Sage Weil <sage@inktank.com> | 2013-01-08 12:15:10 -0500 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-26 18:01:41 -0500 |
commit | 12979354a1d6ef25d86f381e4d5f9e103f29913a (patch) | |
tree | 95a435f9a3d64fbb4a48244db4e1fc7ebce00426 /fs/ceph | |
parent | c47f9371545abe2510ac3b66c3fc180921816f65 (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 'fs/ceph')
-rw-r--r-- | fs/ceph/ioctl.c | 2 |
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) | |||
186 | u64 len = 1, olen; | 186 | u64 len = 1, olen; |
187 | u64 tmp; | 187 | u64 tmp; |
188 | struct ceph_object_layout ol; | 188 | struct ceph_object_layout ol; |
189 | struct ceph_pg pgid; | 189 | struct ceph_pg_v1 pgid; |
190 | int r; | 190 | int r; |
191 | 191 | ||
192 | /* copy and validate */ | 192 | /* copy and validate */ |