commit | 597ecc5a095406a668e53ab330495ddb65327f77 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Sun Sep 16 20:48:06 2018 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Sep 21 11:54:46 2018 -0400 |
tree | db33ff15c4be7bea3f1ab47702c951ecae189509 | |
parent | 41b4deeaa123e62e1037af7a0be547af2e0e05f1 [diff] |
RDMA/umem: Get rid of struct ib_umem.odp_data This no longer has any use, we can use container_of to get to the umem_odp, and a simple flag to indicate if this is an odp MR. Remove the few remaining references to it. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>