diff options
author | Yishai Hadas <yishaih@mellanox.com> | 2018-07-08 13:24:39 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-07-10 11:52:06 -0600 |
commit | 528922afd41cdd1da6a4b33e2c82e38c1746561c (patch) | |
tree | 607396ae8224ab931cb414193cf1d8062e3faaf0 /include/rdma | |
parent | 781a4016be54ac36b22eac2e84c7fe4cafd3492a (diff) | |
download | linux-stable-528922afd41cdd1da6a4b33e2c82e38c1746561c.tar.gz linux-stable-528922afd41cdd1da6a4b33e2c82e38c1746561c.tar.bz2 linux-stable-528922afd41cdd1da6a4b33e2c82e38c1746561c.zip |
IB: Enable uverbs_destroy_def_handler to be used by drivers
Enable uverbs_destroy_def_handler to be used by drivers and replace
current code to use it.
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_verbs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index b523298d486b..2696f1d730a1 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -4146,4 +4146,7 @@ void rdma_roce_rescan_device(struct ib_device *ibdev); struct ib_ucontext *ib_uverbs_get_ucontext(struct ib_uverbs_file *ufile); +int uverbs_destroy_def_handler(struct ib_device *ib_dev, + struct ib_uverbs_file *file, + struct uverbs_attr_bundle *attrs); #endif /* IB_VERBS_H */ |