]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/read_write.c
vfs: pass remap flags to generic_remap_file_range_prep
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 29 Oct 2018 23:41:28 +0000 (10:41 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 29 Oct 2018 23:41:28 +0000 (10:41 +1100)
commita91ae49bbaf43910edb09e03fedf26b23875bd52
tree8152c5568a957e47b986e25324846e06a6d1fd57
parent2e5dfc99f2e61c42083ba742395e7a7b353513d1
vfs: pass remap flags to generic_remap_file_range_prep

Plumb the remap flags through the filesystem from the vfs function
dispatcher all the way to the prep function to prepare for behavior
changes in subsequent patches.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/ocfs2/file.c
fs/ocfs2/refcounttree.c
fs/ocfs2/refcounttree.h
fs/read_write.c
fs/xfs/xfs_file.c
fs/xfs/xfs_reflink.c
fs/xfs/xfs_reflink.h
include/linux/fs.h