From c501fef6deb1de13d45d22a3df32906adf17275b Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 13 Jun 2022 19:07:19 -0400 Subject: 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 --- fs/bcachefs/ec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/bcachefs/ec.h') diff --git a/fs/bcachefs/ec.h b/fs/bcachefs/ec.h index a4c13d61af10..c53187df4651 100644 --- a/fs/bcachefs/ec.h +++ b/fs/bcachefs/ec.h @@ -4,6 +4,7 @@ #include "ec_types.h" #include "buckets_types.h" +#include "extents_types.h" #include "keylist_types.h" int bch2_stripe_invalid(const struct bch_fs *, struct bkey_s_c, -- cgit v1.2.3