diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-03 14:25:05 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-06-20 17:16:33 -0400 |
commit | f2d9a55b1b83bce71416b3dca7cf013154c04251 (patch) | |
tree | abd56d3806146548825ef56bdfb858c24e7caed7 /c_src/cmds.h | |
parent | 3f66d905c037e3fe31f7ca41a0c0039674b18696 (diff) |
cmd_strip_alloc
Add a command for stripping allocation info for a filesystem.
This is primarily to test codepaths used by the new image creation tool.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'c_src/cmds.h')
-rw-r--r-- | c_src/cmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c_src/cmds.h b/c_src/cmds.h index 19961a59..13451ef1 100644 --- a/c_src/cmds.h +++ b/c_src/cmds.h @@ -13,6 +13,7 @@ int cmd_format(int argc, char *argv[]); int cmd_show_super(int argc, char *argv[]); int cmd_recover_super(int argc, char *argv[]); int cmd_reset_counters(int argc, char *argv[]); +int cmd_strip_alloc(int argc, char *argv[]); int cmd_set_option(int argc, char *argv[]); int fs_usage(void); |