]> Pileus Git - ~andy/linux/commit
IB/core: Use qp->usecnt to track multicast attach/detach
authorOr Gerlitz <ogerlitz@mellanox.com>
Sun, 29 Apr 2012 14:04:22 +0000 (17:04 +0300)
committerRoland Dreier <roland@purestorage.com>
Tue, 8 May 2012 18:16:54 +0000 (11:16 -0700)
commitc3bccbfbb71f5e8a77129c7a069f5c5648cc9cf1
treef1802d86a4db8c263e6960c401c4f29be3f68b0a
parentd48b97b403d23f6df0b990cee652bdf9a52337a3
IB/core: Use qp->usecnt to track multicast attach/detach

Just as we don't allow PDs, CQs, etc. to be destroyed if there are QPs
that are attached to them, don't let a QP be destroyed if there are
multicast group(s) attached to it.  Use the existing usecnt field of
struct ib_qp which was added by commit 0e0ec7e ("RDMA/core: Export
ib_open_qp() to share XRC TGT QPs") to track this.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/verbs.c
include/rdma/ib_verbs.h