mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
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>
8 lines
145 B
C
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 */
|
|
|