commit | 40b90430ecac40cc9adb26b808cc12a3d569da5d | [log] [tgz] |
---|---|---|
author | Robert Walsh <robert.walsh@qlogic.com> | Thu Mar 15 14:45:17 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 18 20:21:01 2007 -0700 |
tree | 4c87d4b4d3c4f270a0371fdd66b02d78ac8ce306 | |
parent | 6ce73b07db7aa05d4a30716d6a99c832b6d9db4a [diff] |
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 <bryan.osullivan@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>