Re: [PATCH v3 1/2] IDR: Expose the XArray lock
From: Matthew Wilcox <willy@infradead.org>
Date: 2018-06-13 18:49:11
Also in:
lkml
From: Matthew Wilcox <willy@infradead.org>
Date: 2018-06-13 18:49:11
Also in:
lkml
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!