[PATCH] IB: Keep MAD work completion valid
authorSean Hefty <sean.hefty@intel.com>
Sat, 16 Apr 2005 22:26:08 +0000 (15:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:26:08 +0000 (15:26 -0700)
commit24239aff4e25cba2d068b2c6b8e739257351c15d
tree3c2946978bf4a13687030e11944b1cefb2f5c442
parentb1ed8dab9486ecc109b74d3941051155cb07a05a
[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>
drivers/infiniband/core/mad.c
drivers/infiniband/core/mad_priv.h