On Mon, Mar 18, 2019 at 02:17:10PM -0700, Matthew Wilcox wrote: > The XArray API is a better fit for xhci than the radix tree API was, > to the point where we can remove the wrappers around the radix tree > and just call the XArray APIs directly. > > Signed-off-by: Matthew Wilcox <willy@xxxxxxxxxxxxx> > --- > drivers/usb/host/xhci-mem.c | 86 +++++++++++++------------------------ > drivers/usb/host/xhci.h | 5 ++- > 2 files changed, 33 insertions(+), 58 deletions(-) At first glance this looks good to me, did you test it? thanks, greg k-h