Re: [PATCH v2] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()

From: Christoph Hellwig
Date: Mon Sep 23 2024 - 08:04:39 EST


> {
> - struct xlog_cil_pcp *cilpcp;
> - int cpu;
> - int count = 0;
> + int cpu;
> + int count = 0;

This should not be reformatted, but maye Carlos can fix it up when
applying the patch. Otherwise looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>