mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
Merge pull request #10250 from gregsfortytwo/wip-sessionmap-committing
mds: Return "committing" rather than "committed" member in get_committing Reviewed-by: John Spray <john.spray@redhat.com>
This commit is contained in:
commit
865780075c
@ -461,7 +461,7 @@ public:
|
||||
|
||||
version_t get_committing() const
|
||||
{
|
||||
return committed;
|
||||
return committing;
|
||||
}
|
||||
|
||||
// sessions
|
||||
|
Loading…
Reference in New Issue
Block a user