bcachefs-tools/c_src/cmd_strip_alloc.h
Kent Overstreet f2d9a55b1b 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>
2025-06-20 17:16:33 -04:00

8 lines
145 B
C

#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 */