summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_foreground.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-08-05 15:40:21 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:10:10 -0400
commitfb8e5b4cae91b1837006df3b6f81424e71ee8572 (patch)
tree93c34f63073057ac874b62f9366609348b3be1fb /fs/bcachefs/alloc_foreground.h
parent8079aab085f2203960b352a153f07245d0507bf8 (diff)
downloadlinux-fb8e5b4cae91b1837006df3b6f81424e71ee8572.tar.gz
linux-fb8e5b4cae91b1837006df3b6f81424e71ee8572.tar.bz2
linux-fb8e5b4cae91b1837006df3b6f81424e71ee8572.zip
bcachefs: sb-members.c
Split out a new file for bch_sb_field_members - we'll likely want to move more code here in the future. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/alloc_foreground.h')
-rw-r--r--fs/bcachefs/alloc_foreground.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h
index fee195f7eabf..7aaeec44c746 100644
--- a/fs/bcachefs/alloc_foreground.h
+++ b/fs/bcachefs/alloc_foreground.h
@@ -5,7 +5,7 @@
#include "bcachefs.h"
#include "alloc_types.h"
#include "extents.h"
-#include "super.h"
+#include "sb-members.h"
#include <linux/hash.h>