Re: [PATCH v6 12/13] xfs: commit CoW-based atomic writes atomically

From: John Garry
Date: Mon Mar 17 2025 - 05:44:06 EST


On 17/03/2025 06:56, Christoph Hellwig wrote:
trace_xfs_reflink_end_cow_error(ip, error,_RET_IP_);
return error;
}
+int
Still a missing empty line after the previous function.


Will fix.

Also
please add a comment what is atomic about this function and why
the regular path doesn't use it.

ok, fine