diff options
author | Eli Cohen <eli@mellanox.co.il> | 2008-07-14 23:48:50 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-07-14 23:48:50 -0700 |
commit | 5892eff91ad60ba365ae7f75050ce464036c5396 (patch) | |
tree | 8f1ddce8b1f71688ed60d6d9a8f47ede4e7067fe /drivers/infiniband/ulp/ipoib/ipoib.h | |
parent | c03d4731b5b6de45b95a10bf1d510dde423d6757 (diff) | |
download | op-kernel-dev-5892eff91ad60ba365ae7f75050ce464036c5396.zip op-kernel-dev-5892eff91ad60ba365ae7f75050ce464036c5396.tar.gz |
IPoIB: Remove priv->mcast_mutex
No need for a mutex around calls to ib_attach_mcast/ib_detach_mcast
since these operations are synchronized at the HW driver layer.
Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/ipoib.h')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h index 66a8975..b875322 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib.h +++ b/drivers/infiniband/ulp/ipoib/ipoib.h @@ -277,7 +277,6 @@ struct ipoib_dev_priv { unsigned long flags; - struct mutex mcast_mutex; struct mutex vlan_mutex; struct rb_root path_tree; |