bcachefs: Pull out data_update.c
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 13 Jun 2022 23:07:19 +0000 (19:07 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:34 +0000 (17:09 -0400)
commitc501fef6deb1de13d45d22a3df32906adf17275b
treef514d7ff6fc2aca72cd22f381a6bace2d83bc3f9
parent30f0349d62429effd729ae9272c6fb57f47d1436
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>
fs/bcachefs/Makefile
fs/bcachefs/data_update.c [new file with mode: 0644]
fs/bcachefs/data_update.h [new file with mode: 0644]
fs/bcachefs/ec.h
fs/bcachefs/io.c
fs/bcachefs/move.c
fs/bcachefs/move.h