From: Greg Farnum Date: Mon, 11 Jul 2016 21:00:58 +0000 (-0700) Subject: mds: Return "committing" rather than "committed" member in get_committing() X-Git-Tag: ses5-milestone5~366^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1f14cf7df4475e58c97faab32f1261654c0437bd;p=ceph.git mds: Return "committing" rather than "committed" member in get_committing() Signed-off-by: Greg Farnum --- 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