aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorGreg Farnum <gregf@hq.newdream.net>2010-06-22 18:58:01 -0400
committerSage Weil <sage@newdream.net>2010-08-01 23:11:41 -0400
commite55b71f802fd448a79275ba7b263fe1a8639be5f (patch)
treefa17d2b0fbf1bc5e76a5e9ddac6c19a6bbe8d2bc /fs/ceph/mds_client.h
parent2bc50259fa0aa1868f8b2ba1d374406cb3c57f72 (diff)
ceph: handle ESTALE properly; on receipt send to authority if it wasn't
Signed-off-by: Greg Farnum <gregf@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r--fs/ceph/mds_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h
index c86be30e8707..ab7e89f5e344 100644
--- a/fs/ceph/mds_client.h
+++ b/fs/ceph/mds_client.h
@@ -208,8 +208,8 @@ struct ceph_mds_request {
208 208
209 int r_attempts; /* resend attempts */ 209 int r_attempts; /* resend attempts */
210 int r_num_fwd; /* number of forward attempts */ 210 int r_num_fwd; /* number of forward attempts */
211 int r_num_stale;
212 int r_resend_mds; /* mds to resend to next, if any*/ 211 int r_resend_mds; /* mds to resend to next, if any*/
212 u32 r_sent_on_mseq; /* cap mseq request was sent at*/
213 213
214 struct kref r_kref; 214 struct kref r_kref;
215 struct list_head r_wait; 215 struct list_head r_wait;