mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Don't write journal buckets
This commit is contained in:
parent
a02bc8df01
commit
552595bc6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
make-bcache
|
make-bcache
|
||||||
probe-bcache
|
probe-bcache
|
||||||
.*
|
.*
|
||||||
|
*.o
|
||||||
|
2
bcache.h
2
bcache.h
@ -38,7 +38,7 @@ struct cache_sb {
|
|||||||
|
|
||||||
uint16_t first_bucket;
|
uint16_t first_bucket;
|
||||||
uint16_t keys; /* number of journal buckets */
|
uint16_t keys; /* number of journal buckets */
|
||||||
uint64_t d[512]; /* journal buckets */
|
uint64_t d[]; /* journal buckets */
|
||||||
};
|
};
|
||||||
|
|
||||||
inline uint64_t crc64(const void *_data, size_t len);
|
inline uint64_t crc64(const void *_data, size_t len);
|
||||||
|
Loading…
Reference in New Issue
Block a user