aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/osd_client.h
diff options
context:
space:
mode:
authorIlya Dryomov <ilya.dryomov@inktank.com>2014-01-27 10:40:20 -0500
committerIlya Dryomov <ilya.dryomov@inktank.com>2014-01-27 16:57:49 -0500
commit3c972c95c68f455d80ff185aa440857be046bbe0 (patch)
tree9389951dec0bcc03c2da0f0f3fb966e16438b430 /include/linux/ceph/osd_client.h
parent17a13e4028e6ad7ded079cf32370c47bd0e0fc07 (diff)
libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}
Rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} before introducing r_target_{oloc,oid} needed for redirects. Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'include/linux/ceph/osd_client.h')
-rw-r--r--include/linux/ceph/osd_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h
index 8d8bb53994b1..3170ca6d98b2 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -153,8 +153,8 @@ struct ceph_osd_request {
153 struct inode *r_inode; /* for use by callbacks */ 153 struct inode *r_inode; /* for use by callbacks */
154 void *r_priv; /* ditto */ 154 void *r_priv; /* ditto */
155 155
156 struct ceph_object_locator r_oloc; 156 struct ceph_object_locator r_base_oloc;
157 struct ceph_object_id r_oid; 157 struct ceph_object_id r_base_oid;
158 158
159 u64 r_snapid; 159 u64 r_snapid;
160 unsigned long r_stamp; /* send OR check time */ 160 unsigned long r_stamp; /* send OR check time */