]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: Fix typo 'Sesion'
authorJohn Spray <john.spray@inktank.com>
Tue, 25 Mar 2014 13:30:47 +0000 (13:30 +0000)
committerJohn Spray <john.spray@inktank.com>
Sun, 18 May 2014 10:21:28 +0000 (11:21 +0100)
Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/journal.cc

index 53bcc6906e69bb1755bcc290f96062dd59bb0b7b..9e256e6ab9735fc93beea9d93e72bd31b4d59179 100644 (file)
@@ -859,7 +859,7 @@ void EMetaBlob::dump(Formatter *f) const
   f->close_section(); // renamed directory fragments
 
   f->dump_int("inotable version", inotablev);
-  f->dump_int("SesionMap version", sessionmapv);
+  f->dump_int("SessionMap version", sessionmapv);
   f->dump_int("allocated ino", allocated_ino);
   
   f->dump_stream("preallocated inos") << preallocated_inos;