IB/uverbs: Set correct user handle for user SRQs
authorRoland Dreier <rolandd@cisco.com>
Fri, 30 Jun 2006 20:40:13 +0000 (13:40 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 30 Jun 2006 20:40:13 +0000 (13:40 -0700)
commit146d26b2bf167f831d3b7442a01cfdc2b183cb0b
treed23aebdd2ce0198c6778193201f603c920d34d99
parent598736c55622f7ea65b98f93c825ff95c433877c
IB/uverbs: Set correct user handle for user SRQs

Store away the user handle passed in from userspace when creating an
SRQ, so that the kernel can return the correct handle when an SRQ
asynchronous event occurs.  (A 0 was incorrectly stored as the user
handle as part of the changes in 9ead190b, "IB/uverbs: Don't serialize
with ib_uverbs_idr_mutex")

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/uverbs_cmd.c