From: Sagi Grimberg Date: Thu, 30 Jul 2015 07:32:34 +0000 (+0300) Subject: IB/core: Get rid of redundant verb ib_destroy_mr X-Git-Tag: omap-for-v4.3/fixes-rc1~52^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b91ffc1cf67d3f0834197c80c5182890c8d508d;p=pandora-kernel.git 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 Signed-off-by: Doug Ledford --- Reading git-diff-tree failed