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>
This commit is contained in:
Ilya Dryomov
2014-01-27 17:40:20 +02:00
parent 17a13e4028
commit 3c972c95c6
4 changed files with 23 additions and 23 deletions

View File

@@ -153,8 +153,8 @@ struct ceph_osd_request {
struct inode *r_inode; /* for use by callbacks */
void *r_priv; /* ditto */
struct ceph_object_locator r_oloc;
struct ceph_object_id r_oid;
struct ceph_object_locator r_base_oloc;
struct ceph_object_id r_base_oid;
u64 r_snapid;
unsigned long r_stamp; /* send OR check time */