diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2019-04-16 14:07:30 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-04-24 22:18:36 +0300 |
commit | 4eb6ab13b99148b5bf9bfdae7977fe139b4452f8 (patch) | |
tree | 5fb41606bcef3c4553cbc8a66d292f147fa6daaf /drivers/infiniband/sw/rxe/rxe_cq.c | |
parent | ddcdc368b1033e19fd3a5f750752e10e28a87826 (diff) | |
download | linux-4eb6ab13b99148b5bf9bfdae7977fe139b4452f8.tar.xz |
RDMA: Remove rdma_user_mmap_page
Upon further research drivers that want this should simply call the core
function vm_insert_page(). The VMA holds a reference on the page and it
will be automatically freed when the last reference drops. No need for
disassociate to sequence the cleanup.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/sw/rxe/rxe_cq.c')
0 files changed, 0 insertions, 0 deletions