OSDN Git Service

IB/mad: Convert ib_mad_clients to XArray
authorMatthew Wilcox <willy@infradead.org>
Thu, 21 Feb 2019 00:20:42 +0000 (16:20 -0800)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 26 Mar 2019 14:36:20 +0000 (11:36 -0300)
commit949a2370466b09682ad0afb33826f83403458a57
treeaa0f5430c98a60485af9a0dc436a6fa49d191777
parentf1430536e008cd3b70794e12c414c20d54aabec2
IB/mad: Convert ib_mad_clients to XArray

Pull the allocation function out into its own function to reduce the
length of ib_register_mad_agent() a little and keep all the allocation
logic together.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/mad.c