From: Haggai Eran Date: Thu, 22 May 2014 11:50:09 +0000 (+0300) Subject: IB/mlx5: Add MR to radix tree in reg_mr_callback X-Git-Tag: omap-for-v3.16/fixes-against-rc1~68^2^8~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8605933a22796243982e7ed838deca5549c64c62;p=pandora-kernel.git IB/mlx5: Add MR to radix tree in reg_mr_callback For memory regions that are allocated using reg_umr, the suffix of mlx5_core_create_mkey isn't being called. Instead the creation is completed in a callback function (reg_mr_callback). This means that these MRs aren't being added to the MR radix tree. Add them in the callback. Signed-off-by: Haggai Eran Signed-off-by: Roland Dreier --- Reading git-diff-tree failed