Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2020 18:33:41 +0000 (11:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Oct 2020 18:33:41 +0000 (11:33 -0700)
commitc4728cfbed0f54eacc21138c99da2a91895c8c5a
tree61e9ed33dd81da4e5ea9c485964ea9214a6c8b10
parentf9a705ad1c077ec2872c641f0db9c0d5b4a097bb
parent407e9c63ee571f44a2dfb0828fc30daa02abb6dc
Merge tag 'vfs-5.10-merge-1' of git://git./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
fs/Makefile
fs/read_write.c
include/linux/fs.h
mm/filemap.c