Re: [PATCH v2] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
From: Uros Bizjak
Date: Mon Sep 23 2024 - 08:14:44 EST
On Mon, Sep 23, 2024 at 2:03 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
>
> > {
> > - 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:
I'll just send a v3 with your R-b tag.
Thanks,
Uros.