IB/ucm: Get rid of duplicate P_Key parameter
authorSean Hefty <sean.hefty@intel.com>
Sun, 18 Jun 2006 03:37:39 +0000 (20:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 18 Jun 2006 03:37:39 +0000 (20:37 -0700)
commit75af9088514432ef0c1052ba3767ceb0beb6f101
tree92f312a058889beef2c85a18b9b7f231947c7590
parent526b4caa0a48382115fa9d8f7d8caf68dbcaa2bf
IB/ucm: Get rid of duplicate P_Key parameter

The P_Key is provided into a SIDR REQ in two places, once as a
parameter, and again in the path record.  Remove the P_Key as a
parameter and always use the one given in the path record.

This change has no practical effect on ABI functionality.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/cm.c
drivers/infiniband/core/ucm.c
include/rdma/ib_cm.h
include/rdma/ib_user_cm.h