mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-21 07:24:27 +00:00
Implement argp support for mkfs and add --force
Support max-meta-size and max-data-size using KMGTP units with rounding. Detect other fs signatures using blkid library. Detect ScoutFS super using magic value. Move read_block() from print.c into util.c since blkid also needs it. Signed-off-by: Andy Grover <agrover@versity.com>
This commit is contained in:
@@ -112,5 +112,6 @@ static inline int memcmp_lens(const void *a, int a_len,
|
||||
}
|
||||
|
||||
int get_path(char *path, int flags);
|
||||
int read_block(int fd, u64 blkno, int shift, void **ret_val);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user