summaryrefslogtreecommitdiff
path: root/libbcachefs/util.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-11-30 02:20:42 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-11-30 02:20:51 -0500
commitf27b135285d032d9570a1accb00412e111b38878 (patch)
tree73da0a490f55cec0518d92e007e132803e467565 /libbcachefs/util.h
parent3bd4653767bb5eadd253e382fe8503ceb6bef5d1 (diff)
Update bcachefs sources to 71a5b27e017d bcachefs: Make backpointer fsck wb flush check more rigorous
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/util.h')
-rw-r--r--libbcachefs/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/util.h b/libbcachefs/util.h
index 54e309d9..b93d5f48 100644
--- a/libbcachefs/util.h
+++ b/libbcachefs/util.h
@@ -17,7 +17,8 @@
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/workqueue.h>
-#include <linux/mean_and_variance.h>
+
+#include "mean_and_variance.h"
#include "darray.h"