aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib.h
diff options
context:
space:
mode:
authorGravatar Doug Ledford <dledford@redhat.com> 2017-08-18 14:12:04 -0400
committerGravatar Doug Ledford <dledford@redhat.com> 2017-08-18 14:12:04 -0400
commitb0e32e20e3c63778d8c20a40d8bec8b18baffecb (patch)
tree2e0c3311c53889473b94d49132fe5b7cdee71d51 /drivers/infiniband/ulp/ipoib/ipoib.h
parentMerge branch 'misc' into k.o/for-next (diff)
parentIB/uverbs: Fix NULL pointer dereference during device removal (diff)
downloadlinux-b0e32e20e3c63778d8c20a40d8bec8b18baffecb.tar.gz
linux-b0e32e20e3c63778d8c20a40d8bec8b18baffecb.tar.bz2
linux-b0e32e20e3c63778d8c20a40d8bec8b18baffecb.zip
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Merging our (hopefully) final -rc pull branch into our for-next branch because some of our pending patches won't apply cleanly without having the -rc patches in our tree. Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/ipoib.h')
-rw-r--r--drivers/infiniband/ulp/ipoib/ipoib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h
index 9e738104c2a1..16c1af1c706e 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib.h
+++ b/drivers/infiniband/ulp/ipoib/ipoib.h
@@ -336,6 +336,7 @@ struct ipoib_dev_priv {
unsigned long flags;
struct rw_semaphore vlan_rwsem;
+ struct mutex mcast_mutex;
struct rb_root path_tree;
struct list_head path_list;