summaryrefslogtreecommitdiff
path: root/include/linux/bcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bcache.h')
-rw-r--r--include/linux/bcache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/bcache.h b/include/linux/bcache.h
index d70e2e32..ac3b8b45 100644
--- a/include/linux/bcache.h
+++ b/include/linux/bcache.h
@@ -969,6 +969,9 @@ LE64_BITMASK(BCH_SB_128_BIT_MACS, struct bch_sb, flags[1], 9, 10);
LE64_BITMASK(BCH_SB_ENCRYPTION_TYPE, struct bch_sb, flags[1], 10, 14);
LE64_BITMASK(BCH_SB_JOURNAL_ENTRY_SIZE, struct bch_sb, flags[1], 14, 20);
+LE64_BITMASK(BCH_SB_META_REPLICAS_REQ, struct bch_sb, flags[1], 20, 24);
+LE64_BITMASK(BCH_SB_DATA_REPLICAS_REQ, struct bch_sb, flags[1], 24, 28);
+
/* Features: */
enum bch_sb_features {
BCH_FEATURE_LZ4 = 0,