mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
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.
This commit is contained in:
parent
19d17f5b91
commit
af6e3f1c74
@ -157,7 +157,5 @@ int main(int argc, char **argv)
|
|||||||
uuid_unparse(sb.set_uuid, uuid);
|
uuid_unparse(sb.set_uuid, uuid);
|
||||||
printf("cset.uuid\t\t%s\n", uuid);
|
printf("cset.uuid\t\t%s\n", uuid);
|
||||||
|
|
||||||
printf("cset.cache_count\t%u\n\n", sb.nr_in_set);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user