aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-03-22 14:42:30 -0700
committerSage Weil <sage@newdream.net>2010-03-23 07:47:00 -0700
commit3dd72fc0e6dc49c79fa9e7cd7c654deac7ccaa29 (patch)
tree724a1bc01c752e3de305c01180c5868a3d8601a4 /fs/ceph/osd_client.h
parent3c3f2e32effd4c6acc3a9434bd7eecb0af653d89 (diff)
downloadkernel_samsung_smdk4412-3dd72fc0e6dc49c79fa9e7cd7c654deac7ccaa29.zip
kernel_samsung_smdk4412-3dd72fc0e6dc49c79fa9e7cd7c654deac7ccaa29.tar.gz
kernel_samsung_smdk4412-3dd72fc0e6dc49c79fa9e7cd7c654deac7ccaa29.tar.bz2
ceph: rename r_sent_stamp r_stamp
Make variable name slightly more generic, since it will (soon) reflect either the time the request was sent OR the time it was last determined to be still retrying. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/osd_client.h')
-rw-r--r--fs/ceph/osd_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/osd_client.h b/fs/ceph/osd_client.h
index 1b1a3ca..b075991 100644
--- a/fs/ceph/osd_client.h
+++ b/fs/ceph/osd_client.h
@@ -70,7 +70,7 @@ struct ceph_osd_request {
char r_oid[40]; /* object name */
int r_oid_len;
- unsigned long r_sent_stamp;
+ unsigned long r_stamp; /* send OR check time */
bool r_resend; /* msg send failed, needs retry */
struct ceph_file_layout r_file_layout;