diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2018-06-24 11:23:45 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-06-25 15:22:01 -0600 |
commit | 1ccddc42da03876f60fe2d0a1b124c27ed5ff201 (patch) | |
tree | 3a268bc5015fba457de7eadc12064d7dee74467f /include/rdma/ib_verbs.h | |
parent | ca576fbbdc80d26ca46dd881944413e7dc05c21d (diff) | |
download | linux-1ccddc42da03876f60fe2d0a1b124c27ed5ff201.tar.gz linux-1ccddc42da03876f60fe2d0a1b124c27ed5ff201.tar.bz2 linux-1ccddc42da03876f60fe2d0a1b124c27ed5ff201.zip |
RDMA/verbs: Drop kernel variant of destroy_flow
Following the removal of ib_create_flow(), adjust the code to get rid of
ib_destroy_flow() too.
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 1c72ca81e5fa..8e726fff30fe 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -3807,8 +3807,6 @@ struct ib_xrcd *__ib_alloc_xrcd(struct ib_device *device, const char *caller); */ int ib_dealloc_xrcd(struct ib_xrcd *xrcd); -int ib_destroy_flow(struct ib_flow *flow_id); - static inline int ib_check_mr_access(int flags) { /* |