commit | b5231b019d76521dd8c59a54c174770ec92c767c | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Sun Sep 16 20:48:04 2018 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Sep 21 11:54:46 2018 -0400 |
tree | effa32fdc05085c5453288dad3a0aa2458c4e972 | |
parent | ece8ea7bfac053cf27c24e1a767b796a4db2fbd7 [diff] |
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP All of these functions already require the ODP version of the umem struct, make this very clear by having the signature require it. This paves the way to using the container_of() pattern to link umem_odp and umem together. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>