summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-06-04 11:07:33 -0700
committerSage Weil <sage@inktank.com>2013-06-04 11:07:33 -0700
commit05a57bdd1289a63dcf2d4ca2f0dd3d73aff684ac (patch)
treec5af41c37c2f4059a7076e993b3a63ecb24820f4
parentc2169147f12b21f1ef34c1aad1a348574fd63613 (diff)
downloadceph-05a57bdd1289a63dcf2d4ca2f0dd3d73aff684ac.tar.gz
mds: initialize rejoins_pending
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/mds/MDCache.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc
index fafc391ee32..d32109a2f32 100644
--- a/src/mds/MDCache.cc
+++ b/src/mds/MDCache.cc
@@ -161,6 +161,7 @@ MDCache::MDCache(MDS *m)
memset(&default_log_layout, 0, sizeof(default_log_layout));
did_shutdown_log_cap = false;
+ rejoins_pending = false;
}
MDCache::~MDCache()