Commit 1114b0a8 authored by Matan Barak's avatar Matan Barak Committed by Jason Gunthorpe

IB/uverbs: Export uverbs idr and fd types

As provider drivers could use UVERBS_ATTR_FD and UVERBS_ATTR_IDR macros
need to export them.
Signed-off-by: default avatarMatan Barak <matanb@mellanox.com>
Signed-off-by: default avatarYishai Hadas <yishaih@mellanox.com>
Signed-off-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent 620758a2
...@@ -611,6 +611,7 @@ const struct uverbs_obj_type_class uverbs_idr_class = { ...@@ -611,6 +611,7 @@ const struct uverbs_obj_type_class uverbs_idr_class = {
*/ */
.needs_kfree_rcu = true, .needs_kfree_rcu = true,
}; };
EXPORT_SYMBOL(uverbs_idr_class);
static void _uverbs_close_fd(struct ib_uobject_file *uobj_file) static void _uverbs_close_fd(struct ib_uobject_file *uobj_file)
{ {
...@@ -719,6 +720,7 @@ const struct uverbs_obj_type_class uverbs_fd_class = { ...@@ -719,6 +720,7 @@ const struct uverbs_obj_type_class uverbs_fd_class = {
.remove_commit = remove_commit_fd_uobject, .remove_commit = remove_commit_fd_uobject,
.needs_kfree_rcu = false, .needs_kfree_rcu = false,
}; };
EXPORT_SYMBOL(uverbs_fd_class);
struct ib_uobject *uverbs_get_uobject_from_context(const struct uverbs_obj_type *type_attrs, struct ib_uobject *uverbs_get_uobject_from_context(const struct uverbs_obj_type *type_attrs,
struct ib_ucontext *ucontext, struct ib_ucontext *ucontext,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment