|
|
@@ -3498,7 +3498,8 @@ static int cma_get_id_stats(struct sk_buff *skb, struct netlink_callback *cb)
|
|
|
}
|
|
|
|
|
|
static const struct ibnl_client_cbs cma_cb_table[] = {
|
|
|
- [RDMA_NL_RDMA_CM_ID_STATS] = { .dump = cma_get_id_stats },
|
|
|
+ [RDMA_NL_RDMA_CM_ID_STATS] = { .dump = cma_get_id_stats,
|
|
|
+ .module = THIS_MODULE },
|
|
|
};
|
|
|
|
|
|
static int __init cma_init(void)
|