diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-10-06 00:46:55 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-10-06 01:07:11 -0400 |
commit | 70d21aa1a39a747b9aee0624c1b64f79af9ffad5 (patch) | |
tree | 46b4f178b1beccae9dc4b6f59f95dbda0fc5a824 /fs/bcachefs/super.c | |
parent | cedb6c034883b2b134de9a21f01ffa106ef72938 (diff) |
bcachefs: Split out alloc_background.c
Diffstat (limited to 'fs/bcachefs/super.c')
-rw-r--r-- | fs/bcachefs/super.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c index f4cf44a03394..be28d40f9b41 100644 --- a/fs/bcachefs/super.c +++ b/fs/bcachefs/super.c @@ -7,7 +7,8 @@ */ #include "bcachefs.h" -#include "alloc.h" +#include "alloc_background.h" +#include "alloc_foreground.h" #include "btree_cache.h" #include "btree_gc.h" #include "btree_update_interior.h" |