]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
super-show: don't show cache_count
authorGabriel <g2p.code@gmail.com>
Wed, 1 May 2013 17:25:15 +0000 (19:25 +0200)
committerGabriel <g2p.code@gmail.com>
Wed, 8 May 2013 07:40:46 +0000 (09:40 +0200)
This is a cache-set property, but not terribly useful.
Showing it on backing devices was also incorrect.

bcache-super-show.c

index d5cfb4b20d867594f636c64bb75227acabd5e8cb..95e54d4f4afbde632ced207fa64415e06dbcfe52 100644 (file)
@@ -157,7 +157,5 @@ int main(int argc, char **argv)
        uuid_unparse(sb.set_uuid, uuid);
        printf("cset.uuid\t\t%s\n", uuid);
 
-       printf("cset.cache_count\t%u\n\n", sb.nr_in_set);
-
        return 0;
 }