Re: [PATCH v6 05/27] cxl/hdm: Use guard() in cxl_dpa_set_mode()
From: Ira Weiny
Date: Thu Nov 07 2024 - 14:47:03 EST
Jonathan Cameron wrote:
> On Tue, 05 Nov 2024 12:38:27 -0600
> Ira Weiny <ira.weiny@xxxxxxxxx> wrote:
>
> > Additional DCD functionality is being added to this call which will be
> > simplified by the use of guard() with the cxl_dpa_rwsem.
> >
> > Convert the function to use guard() prior to adding DCD functionality.
> >
> > Suggested-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
> > Signed-off-by: Ira Weiny <ira.weiny@xxxxxxxxx>
>
> You missed some RBs from v5 and I don't think this changed.
>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
>
> Davidlohr also gave one.
Apologies. I've been using b4 trailers to pick them up. It looks like it
worked this time just fine. :-/
Ira