Skip to content

Commit

Permalink
mds: s/used_ions/used_inos/
Browse files Browse the repository at this point in the history
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit bd3645f)
  • Loading branch information
John Spray authored and ldachary committed Oct 11, 2016
1 parent 2a348d2 commit d52f190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mds/SessionMap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void SessionMap::dump()
<< " state " << p->second->get_state_name()
<< " completed " << p->second->info.completed_requests
<< " prealloc_inos " << p->second->info.prealloc_inos
<< " used_ions " << p->second->info.used_inos
<< " used_inos " << p->second->info.used_inos
<< dendl;
}

Expand Down

0 comments on commit d52f190

Please sign in to comment.