summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-10-06 00:46:55 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2018-10-06 01:07:11 -0400
commit70d21aa1a39a747b9aee0624c1b64f79af9ffad5 (patch)
tree46b4f178b1beccae9dc4b6f59f95dbda0fc5a824 /fs/bcachefs/io.c
parentcedb6c034883b2b134de9a21f01ffa106ef72938 (diff)
bcachefs: Split out alloc_background.c
Diffstat (limited to 'fs/bcachefs/io.c')
-rw-r--r--fs/bcachefs/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/io.c b/fs/bcachefs/io.c
index 5ca2a2dd83ca..9a71b53222b1 100644
--- a/fs/bcachefs/io.c
+++ b/fs/bcachefs/io.c
@@ -6,7 +6,7 @@
*/
#include "bcachefs.h"
-#include "alloc.h"
+#include "alloc_foreground.h"
#include "bset.h"
#include "btree_update.h"
#include "buckets.h"