aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-11-10 19:02:23 -0500
committerSage Weil <sage@newdream.net>2009-11-10 19:03:53 -0500
commitcdac830313fa6bf2831693af80fefe4aaac11b7d (patch)
treecf5004237a084779ca84130c3303e42e9ea9fa35 /fs/ceph/mds_client.h
parenteed0ef2caf928327332da54d23579debe629d5bc (diff)
ceph: remove recon_gen logic
We don't get an explicit affirmative confirmation that our caps reconnect, nor do we necessarily want to pay that cost. So, take all this code out for now. 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, 0 insertions, 2 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h
index c0846b1c482..f566e9c8429 100644
--- a/fs/ceph/mds_client.h
+++ b/fs/ceph/mds_client.h
@@ -98,8 +98,6 @@ struct ceph_mds_session {
98 u64 s_seq; /* incoming msg seq # */ 98 u64 s_seq; /* incoming msg seq # */
99 struct mutex s_mutex; /* serialize session messages */ 99 struct mutex s_mutex; /* serialize session messages */
100 100
101 int s_recon_gen; /* inc on reconnect to recovered mds */
102
103 struct ceph_connection s_con; 101 struct ceph_connection s_con;
104 102
105 /* protected by s_cap_lock */ 103 /* protected by s_cap_lock */