From: Latchesar Ionkov Date: Sat, 19 Oct 2013 21:55:41 +0000 (-0600) Subject: IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctly X-Git-Tag: v3.13-rc1~44^2^5~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7d103c1b11346499063d9167832596de754ea4;p=pandora-kernel.git IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctly Currently, we don't copy the immediate data from the userspace struct to the kernel one when UD messages are being sent. This patch makes sure that the immediate data is set correctly. Signed-off-by: Latchesar Ionkov Signed-off-by: Roland Dreier --- Reading git-diff-tree failed