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/sysfs.c | |
parent | cedb6c034883b2b134de9a21f01ffa106ef72938 (diff) |
bcachefs: Split out alloc_background.c
Diffstat (limited to 'fs/bcachefs/sysfs.c')
-rw-r--r-- | fs/bcachefs/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/sysfs.c b/fs/bcachefs/sysfs.c index b353d7cdb6cd..3038b455209f 100644 --- a/fs/bcachefs/sysfs.c +++ b/fs/bcachefs/sysfs.c @@ -8,7 +8,7 @@ #ifndef NO_BCACHEFS_SYSFS #include "bcachefs.h" -#include "alloc.h" +#include "alloc_background.h" #include "compress.h" #include "sysfs.h" #include "btree_cache.h" |