commit | 1b2c54d63cde7e8cf15aa6319aba168d81c7e364 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Oct 14 16:38:47 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 15 09:48:49 2020 -0700 |
tree | c545ef58b47236ef246cfa9ce4ad04072cd424bf | |
parent | 02e83f46ebfaf9405881e290794c913d457541f0 [diff] |
vfs: move the remap range helpers to remap_range.c Complete the migration by moving the file remapping helper functions out of read_write.c and into remap_range.c. This reduces the clutter in the first file and (eventually) will make it so that we can compile out the second file if it isn't needed. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>