mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Change default blocksize to one sector
This commit is contained in:
parent
739b971d77
commit
f2a9bace37
@ -235,7 +235,7 @@ int main(int argc, char **argv)
|
||||
|
||||
memset(&sb, 0, sizeof(struct cache_sb));
|
||||
sb.version = -1;
|
||||
sb.block_size = 8;
|
||||
sb.block_size = 1;
|
||||
sb.bucket_size = 1024;
|
||||
|
||||
uuid_generate(sb.uuid);
|
||||
|
Loading…
Reference in New Issue
Block a user