diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-08-18 14:00:27 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-08-27 18:47:54 -0400 |
commit | c12d7b3315734981d11cdd3ecb0f87e4c99aa033 (patch) | |
tree | edaaa92a8061e9e069a47e2a77efd1894cea116e /c_src/cmd_top.c | |
parent | 45b2f382db4febb1db738785f870424aee22f01c (diff) |
Commands called with no arguments now print usage
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'c_src/cmd_top.c')
-rw-r--r-- | c_src/cmd_top.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c_src/cmd_top.c b/c_src/cmd_top.c index 4536a1f7..fbf79931 100644 --- a/c_src/cmd_top.c +++ b/c_src/cmd_top.c @@ -62,6 +62,8 @@ static void fs_top(const char *path, bool human_readable) bch2_counter_names[i], v1, v2); } + + /* XXX: include btree cache size, key cache size, total ram size */ } bcache_fs_close(fs); |