On 24/02/2025 20:26, Darrick J. Wong wrote:
Overly long line, but otherwise looks fine.+ 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);
The limit is 80, right? That line fills out to 80.
With that fixed, Reviewed-by: "Darrick J. Wong"<djwong@xxxxxxxxxx>
cheers