commit | 8b91ffc1cf67d3f0834197c80c5182890c8d508d | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagig@mellanox.com> | Thu Jul 30 10:32:34 2015 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Sun Aug 30 18:08:44 2015 -0400 |
tree | bba8392ef314b50174c9ea2360465aa69c39967d | |
parent | be688195bd08b1c045f89d72c07c7e3ef6516f38 [diff] |
IB/core: Get rid of redundant verb ib_destroy_mr This was added in a thought of uniting all mr allocation and deallocation routines but the fact is we have a single deallocation routine already, ib_dereg_mr. And, move mlx5_ib_destroy_mr specific logic into mlx5_ib_dereg_mr (includes only signature stuff for now). And, fixup the only callers (iser/isert) accordingly. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>