From: Robert Walsh Date: Thu, 15 Mar 2007 21:45:17 +0000 (-0700) Subject: IB/ipath: Fix WC format drift between user and kernel space X-Git-Tag: v2.6.22-rc1~1126^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b90430ecac40cc9adb26b808cc12a3d569da5d;p=pandora-kernel.git IB/ipath: Fix WC format drift between user and kernel space The kernel ib_wc structure now uses a QP pointer, but the user space equivalent uses a QP number instead. This means we can no longer use a simple structure copy to copy stuff into user space. Signed-off-by: Bryan O'Sullivan Signed-off-by: Roland Dreier --- Reading git-diff-tree failed