commit | 24239aff4e25cba2d068b2c6b8e739257351c15d | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Sat Apr 16 15:26:08 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:26:08 2005 -0700 |
tree | 3c2946978bf4a13687030e11944b1cefb2f5c442 | |
parent | b1ed8dab9486ecc109b74d3941051155cb07a05a [diff] |
[PATCH] IB: Keep MAD work completion valid Replace the *wc field in ib_mad_recv_wc from pointing to a structure on the stack to one allocated with the received MAD buffer. This allows a client to access the *wc field after their receive completion handler has returned. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <roland@topspin.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>