From af6e3f1c7421e8517e0b9e1a99a88c9e2b34236d Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 1 May 2013 19:25:15 +0200 Subject: [PATCH] super-show: don't show cache_count This is a cache-set property, but not terribly useful. Showing it on backing devices was also incorrect. --- bcache-super-show.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bcache-super-show.c b/bcache-super-show.c index d5cfb4b2..95e54d4f 100644 --- a/bcache-super-show.c +++ b/bcache-super-show.c @@ -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; }