Re: [PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site

2018-10-21 Thread Dave Chinner
On Sun, Oct 21, 2018 at 09:17:50AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong > > Move the offset <-> blocks unit conversions into > xfs_reflink_remap_blocks to make the call site less ugly. > > Signed-off-by: Darrick J. Wong Looks fine. Reviewed-by: Dave Chinner -- Dave Chinner

[PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site

2018-10-21 Thread Darrick J. Wong
From: Darrick J. Wong Move the offset <-> blocks unit conversions into xfs_reflink_remap_blocks to make the call site less ugly. Signed-off-by: Darrick J. Wong --- fs/xfs/xfs_reflink.c | 37 ++--- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git