]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: show nref=%d if MDS_REF_SET is not defined
authorSage Weil <sage@newdream.net>
Tue, 23 Feb 2010 23:52:01 +0000 (15:52 -0800)
committerSage Weil <sage@newdream.net>
Wed, 24 Feb 2010 04:33:29 +0000 (20:33 -0800)
So we can see the ref count, at least!

src/mds/mdstypes.h

index ca8b9aee9a147e869e8f3555e47894abf9e06ade..64053cb8ca15892748ad4a2df53aa64b7f8e53f3 100644 (file)
@@ -1254,6 +1254,8 @@ protected:
       if (c > 1)
        out << "*" << c;
     }
+#else
+    out << " nref=" << ref;
 #endif
   }