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/cmd_strip_alloc.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/cmd_strip_alloc.h')
-rw-r--r-- | c_src/cmd_strip_alloc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/c_src/cmd_strip_alloc.h b/c_src/cmd_strip_alloc.h new file mode 100644 index 00000000..8b5a2f8f --- /dev/null +++ b/c_src/cmd_strip_alloc.h @@ -0,0 +1,7 @@ +#ifndef _TOOLS_CMD_STRIP_ALLOC_H +#define _TOOLS_CMD_STRIP_ALLOC_H + +void strip_fs_alloc(struct bch_fs *); + +#endif /* _TOOLS_CMD_STRIP_ALLOC_H */ + |