bcachefs: Split out bchfs_extent_update()
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 9 Oct 2019 16:11:00 +0000 (12:11 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:29 +0000 (17:08 -0400)
commit2925fc49b3303ee7733cf9f6cba6a59a5b8a5e4b
tree22e8bfd43f84b6b7135f6489d6d74e1c3abfbb5f
parente0541a9346951c94dce4d65d88541a329adf0b76
bcachefs: Split out bchfs_extent_update()

The next few patches are going to be more moving the logic around
i_size/i_sectors updates to io.c, and better separating the Linux VFS
specific code from core bcachefs code, to better support the fuse port.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-io.c
fs/bcachefs/fs-io.h
fs/bcachefs/io.c
fs/bcachefs/io.h
fs/bcachefs/reflink.c