commit | 41b4deeaa123e62e1037af7a0be547af2e0e05f1 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Sun Sep 16 20:48:05 2018 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Sep 21 11:54:46 2018 -0400 |
tree | f687c58ea0c87dccf77ebc3b612e24c5897de452 | |
parent | b5231b019d76521dd8c59a54c174770ec92c767c [diff] |
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem These two structures are linked together, use the container_of pattern instead of a double allocation to make the code simpler and easier to follow. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>