From e55b71f802fd448a79275ba7b263fe1a8639be5f Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 22 Jun 2010 15:58:01 -0700 Subject: ceph: handle ESTALE properly; on receipt send to authority if it wasn't Signed-off-by: Greg Farnum Signed-off-by: Sage Weil --- fs/ceph/mds_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/ceph/mds_client.h') 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 { int r_attempts; /* resend attempts */ int r_num_fwd; /* number of forward attempts */ - int r_num_stale; int r_resend_mds; /* mds to resend to next, if any*/ + u32 r_sent_on_mseq; /* cap mseq request was sent at*/ struct kref r_kref; struct list_head r_wait; -- cgit v1.2.3