Re: [PATCH v2 03/11] xfs: Refactor xfs_reflink_end_cow_extent()

From: John Garry
Date: Tue Feb 25 2025 - 05:13:11 EST


On 24/02/2025 20:26, Darrick J. Wong wrote:
+ if (error)
+ return error;
+ xfs_ilock(ip, XFS_ILOCK_EXCL);
+ xfs_trans_ijoin(tp, ip, 0);
+
+ error = xfs_reflink_end_cow_extent_locked(tp, ip, offset_fsb, end_fsb);
Overly long line, but otherwise looks fine.

The limit is 80, right? That line fills out to 80.

With that fixed,
Reviewed-by: "Darrick J. Wong"<djwong@xxxxxxxxxx>


cheers