summaryrefslogtreecommitdiff
path: root/libbcachefs/super.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-08-17 17:08:33 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-08-17 17:11:27 -0400
commit505c326cbe091b105dbdfbe66dae4ad6ee424906 (patch)
treea7bf3a8ebac5ef648d48489eb87964e79bb2e261 /libbcachefs/super.c
parent4d04fe42623a2f2b91a75cfa3d3503ab88e48acc (diff)
Update bcachefs sources to a8115093df bcachefs: Fix divide by zero in rebalance_work()
Diffstat (limited to 'libbcachefs/super.c')
-rw-r--r--libbcachefs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super.c b/libbcachefs/super.c
index 5c62fcf3..48670c8b 100644
--- a/libbcachefs/super.c
+++ b/libbcachefs/super.c
@@ -48,6 +48,7 @@
#include "recovery.h"
#include "replicas.h"
#include "sb-clean.h"
+#include "snapshot.h"
#include "subvolume.h"
#include "super.h"
#include "super-io.h"