diff options
| author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-08-05 15:40:21 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:10:10 -0400 |
| commit | fb8e5b4cae91b1837006df3b6f81424e71ee8572 (patch) | |
| tree | 93c34f63073057ac874b62f9366609348b3be1fb /fs/bcachefs/alloc_foreground.h | |
| parent | bcachefs: Split up btree_update_leaf.c (diff) | |
| download | linux-fb8e5b4cae91b1837006df3b6f81424e71ee8572.tar.gz 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.h | 2 |
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> |
