commit | 406f9e5fa9a7a60b42e676841e39f2d752266814 | [log] [tgz] |
---|---|---|
author | Haggai Eran <haggaie@mellanox.com> | Thu Dec 11 17:04:12 2014 +0200 |
committer | Roland Dreier <roland@purestorage.com> | Mon Dec 15 18:13:35 2014 -0800 |
tree | ea6b1776793ed0ae3079d9860132a9e062801b18 | |
parent | 968e78dd96443e2cc963c493070574778805e76a [diff] |
IB/core: Replace ib_umem's offset field with a full address In order to allow umems that do not pin memory, we need the umem to keep track of its region's address. This makes the offset field redundant, and so this patch removes it. Signed-off-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>