summaryrefslogtreecommitdiff
path: root/libbcachefs/util.c
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.c
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.c')
-rw-r--r--libbcachefs/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/util.c b/libbcachefs/util.c
index c3303b02..e85b1f46 100644
--- a/libbcachefs/util.c
+++ b/libbcachefs/util.c
@@ -22,9 +22,9 @@
#include <linux/string.h>
#include <linux/types.h>
#include <linux/sched/clock.h>
-#include <linux/mean_and_variance.h>
#include "eytzinger.h"
+#include "mean_and_variance.h"
#include "util.h"
static const char si_units[] = "?kMGTPEZY";