Re: [PATCH v3 1/2] IDR: Expose the XArray lock

From: Matthew Wilcox
Date: Wed Jun 13 2018 - 14:49:12 EST


On Wed, Jun 13, 2018 at 11:30:57AM -0600, Jason Gunthorpe wrote:
> Hmm, what do I need to apply this?
>
> drivers/infiniband/core/mad.c: In function âib_register_mad_agentâ:
> drivers/infiniband/core/mad.c:387:34: error: âstruct idrâ has no member named âidr_xaâ; did you mean âidr_rtâ?
> idr_lock(&ib_mad_clients);
> ^
> idr_rt
>
> Linus's master (be779f03d563981) doesn't seem to have idr_xa?

*groan*. My fault. I just sent a replacement 1/2. Sorry!