aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel <g2p.code@gmail.com>2013-05-01 19:25:15 +0200
committerGabriel <g2p.code@gmail.com>2013-05-08 09:40:46 +0200
commitaf6e3f1c7421e8517e0b9e1a99a88c9e2b34236d (patch)
tree0b60f663b6c0224f10d4822138c96bc75b964ebb
parent19d17f5b918a7ad388c65323688b15bf65b6aa84 (diff)
downloadbcache-tools-af6e3f1c7421e8517e0b9e1a99a88c9e2b34236d.tar.gz
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.
-rw-r--r--bcache-super-show.c2
1 files changed, 0 insertions, 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;
}