On Wed, Feb 20, 2019 at 04:20:45PM -0800, Matthew Wilcox wrote: > The word 'idr' is scattered throughout the API, so I haven't changed it, > but the 'idr' variable is now an XArray. > > Signed-off-by: Matthew Wilcox <willy@xxxxxxxxxxxxx> > --- > drivers/infiniband/core/rdma_core.c | 78 +++++++---------------------- > drivers/infiniband/core/uverbs.h | 4 +- > 2 files changed, 18 insertions(+), 64 deletions(-) I made the changes we discussed in email and applied this to for-next Thanks, Jason