]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: s/used_ions/used_inos/
authorJohn Spray <john.spray@redhat.com>
Tue, 6 Sep 2016 12:07:38 +0000 (13:07 +0100)
committerLoic Dachary <ldachary@redhat.com>
Tue, 11 Oct 2016 08:53:28 +0000 (10:53 +0200)
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit bd3645fb07714d43fb7bd3d66b7e34b33768a8e8)

src/mds/SessionMap.cc

index 43053fe6da937f32d78401004943164928f8ebdc..d91713f06f96a306378840836a60edc1f9da5a36 100644 (file)
@@ -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;
 }