From b422ff58ba8eedcfef3b67b66468660f07b0cfc1 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 12 Apr 2021 11:48:36 -0400 Subject: Update bcachefs sources to a8b3ce7599 fixup! bcachefs: Eliminate more PAGE_SIZE uses --- libbcachefs/bset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbcachefs/bset.h') diff --git a/libbcachefs/bset.h b/libbcachefs/bset.h index 506da4e0..e42f866c 100644 --- a/libbcachefs/bset.h +++ b/libbcachefs/bset.h @@ -188,7 +188,7 @@ static inline enum bset_aux_tree_type bset_aux_tree_type(const struct bset_tree * gets to the second cacheline. */ -#define BSET_CACHELINE 128 +#define BSET_CACHELINE 256 static inline size_t btree_keys_cachelines(const struct btree *b) { -- cgit v1.2.3