diff options
Diffstat (limited to 'libbcachefs/super-io.h')
-rw-r--r-- | libbcachefs/super-io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/super-io.h b/libbcachefs/super-io.h index fadd364e..90e7b176 100644 --- a/libbcachefs/super-io.h +++ b/libbcachefs/super-io.h @@ -10,6 +10,8 @@ #include <asm/byteorder.h> +#define BCH_SB_READ_SCRATCH_BUF_SIZE 4096 + static inline bool bch2_version_compatible(u16 version) { return BCH_VERSION_MAJOR(version) <= BCH_VERSION_MAJOR(bcachefs_metadata_version_current) && |