]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/cma: QP type check on received REQs should be AND not OR
authorSean Hefty <sean.hefty@intel.com>
Thu, 14 Jun 2012 20:49:09 +0000 (20:49 +0000)
committerRoland Dreier <roland@purestorage.com>
Wed, 20 Jun 2012 03:04:04 +0000 (20:04 -0700)
commit91b50e47f9cf26de8a6047e7a2d7fbe76c0a35a9
tree9d6904827a5bf03ec9b34b5c8f5b04b05ffecc45
parent3b2bfe6748b61292f9a0b6727090d22cebed8d68
RDMA/cma: QP type check on received REQs should be AND not OR

Change || check to the intended && when checking the QP type in a
received connection request against the listening endpoint.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/cma.c