From 1f14cf7df4475e58c97faab32f1261654c0437bd Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Mon, 11 Jul 2016 14:00:58 -0700 Subject: [PATCH] mds: Return "committing" rather than "committed" member in get_committing() Signed-off-by: Greg Farnum --- src/mds/SessionMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/SessionMap.h b/src/mds/SessionMap.h index c1f5175f631..153544bfae0 100644 --- a/src/mds/SessionMap.h +++ b/src/mds/SessionMap.h @@ -461,7 +461,7 @@ public: version_t get_committing() const { - return committed; + return committing; } // sessions -- 2.47.3