summaryrefslogtreecommitdiff
path: root/libbcachefs/bset.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-04-12 11:48:36 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-04-12 11:48:45 -0400
commitb422ff58ba8eedcfef3b67b66468660f07b0cfc1 (patch)
treeb9a02fbf56200076c7692b3ab7863bba5c98985d /libbcachefs/bset.h
parent816ec6051675444d28a2b52ca3aac2558e9178c4 (diff)
Update bcachefs sources to a8b3ce7599 fixup! bcachefs: Eliminate more PAGE_SIZE uses
Diffstat (limited to 'libbcachefs/bset.h')
-rw-r--r--libbcachefs/bset.h2
1 files changed, 1 insertions, 1 deletions
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)
{