IB/ipath: Fix WC format drift between user and kernel space
authorRobert Walsh <robert.walsh@qlogic.com>
Thu, 15 Mar 2007 21:45:17 +0000 (14:45 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 19 Apr 2007 03:21:01 +0000 (20:21 -0700)
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>

No differences found