diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2022-06-13 19:07:19 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:09:34 -0400 |
commit | c501fef6deb1de13d45d22a3df32906adf17275b (patch) | |
tree | f514d7ff6fc2aca72cd22f381a6bace2d83bc3f9 /fs/bcachefs/Makefile | |
parent | 30f0349d62429effd729ae9272c6fb57f47d1436 (diff) |
bcachefs: Pull out data_update.c
This is the start of reorganizing the data IO paths. The plan is to also
break apart io.c into data_read.c and data_write.c, and migrate_write
will be renamed to the data_update path.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/Makefile')
-rw-r--r-- | fs/bcachefs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/Makefile b/fs/bcachefs/Makefile index fada601c10db..95b990ad0196 100644 --- a/fs/bcachefs/Makefile +++ b/fs/bcachefs/Makefile @@ -25,6 +25,7 @@ bcachefs-y := \ debug.o \ dirent.o \ disk_groups.o \ + data_update.o \ ec.o \ error.o \ extents.o \ |