Skip to content

Commit c4728cf

Browse files
committed
Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull clone/dedupe/remap code refactoring from Darrick Wong: "Move the generic file range remap (aka reflink and dedupe) functions out of mm/filemap.c and fs/read_write.c and into fs/remap_range.c to reduce clutter in the first two files" * tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: vfs: move the generic write and copy checks out of mm vfs: move the remap range helpers to remap_range.c vfs: move generic_remap_checks out of mm
2 parents f9a705a + 407e9c6 commit c4728cf

5 files changed

Lines changed: 681 additions & 666 deletions

File tree

fs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ obj-y := open.o read_write.o file_table.o super.o \
1414
pnode.o splice.o sync.o utimes.o d_path.o \
1515
stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
1616
fs_types.o fs_context.o fs_parser.o fsopen.o init.o \
17-
kernel_read_file.o
17+
kernel_read_file.o remap_range.o
1818

1919
ifeq ($(CONFIG_BLOCK),y)
2020
obj-y += buffer.o block_dev.o direct-io.o mpage.o

0 commit comments

Comments
 (0)