From f2d9a55b1b83bce71416b3dca7cf013154c04251 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 3 Apr 2025 14:25:05 -0400 Subject: 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 --- c_src/cmd_strip_alloc.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 c_src/cmd_strip_alloc.h (limited to 'c_src/cmd_strip_alloc.h') 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 */ + -- cgit v1.2.3