]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - bcache.h
Don't write journal buckets
[bcachefs-tools-debian] / bcache.h
index e3c10ca54f869dddde6d8f8318a02dbd7519b788..d91b3e18a8cf78e402c797bcc4e89feb44e67738 100644 (file)
--- a/bcache.h
+++ b/bcache.h
@@ -38,7 +38,7 @@ struct cache_sb {
 
        uint16_t                first_bucket;
        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);