Re: [PATCH 27/28] xfs: remove xfs_reflink_remap_range

2018-10-21 Thread Dave Chinner
On Sun, Oct 21, 2018 at 09:18:11AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong > > Since xfs_file_remap_range is a thin wrapper, move the contents of > xfs_reflink_remap_range into the shell. This cuts down on the vfs > calls being made from internal xfs code. > > Signed-off-by: Darri

[PATCH 27/28] xfs: remove xfs_reflink_remap_range

2018-10-21 Thread Darrick J. Wong
From: Darrick J. Wong Since xfs_file_remap_range is a thin wrapper, move the contents of xfs_reflink_remap_range into the shell. This cuts down on the vfs calls being made from internal xfs code. Signed-off-by: Darrick J. Wong --- fs/xfs/xfs_file.c| 65 ++