Re: [PATCH 26/26] xfs: remove redundant remap partial EOF block checks

2018-10-17 Thread Christoph Hellwig
On Mon, Oct 15, 2018 at 08:21:02PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong > > Now that we've moved the partial EOF block checks to the VFS helpers, we > can remove the redundant functionality from XFS. > > Signed-off-by: Darrick J. Wong > Reviewed-by: Dave Chinner Looks fine,

[PATCH 26/26] xfs: remove redundant remap partial EOF block checks

2018-10-15 Thread Darrick J. Wong
From: Darrick J. Wong Now that we've moved the partial EOF block checks to the VFS helpers, we can remove the redundant functionality from XFS. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner --- fs/xfs/xfs_reflink.c | 19 --- 1 file changed, 19 deletions(-) diff