Re: [GIT PULL] vfs: move the clone/dedupe/remap helpers to a single file

2020-10-23 Thread pr-tracker-bot
The pull request you sent on Thu, 22 Oct 2020 15:23:58 -0700: > git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-5.10-merge-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c4728cfbed0f54eacc21138c99da2a91895c8c5a Thank you! -- Deet-doot-dot, I am a bot. h

[GIT PULL] vfs: move the clone/dedupe/remap helpers to a single file

2020-10-22 Thread Darrick J. Wong
Hi Linus, Please pull this small refactoring series that moves all the support functions for file range remapping (aka reflink and dedupe) out of mm/filemap.c and fs/read_write.c and into fs/remap_range.c. It's been a full week since the initial discussion[1] on fsdevel, and in that time, nobody