aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-02-27 18:18:52 -0500
committerDavid S. Miller <davem@davemloft.net>2015-02-27 18:18:52 -0500
commit721a57a02dfc81b6d63b93b8ca23be3004b61515 (patch)
tree6d5b3bdd02fd7586b54de631f806e76efcdbfb50 /net/tipc/bearer.c
parent247f6d0f8667fda408fbe0e503ab54a957be2ce5 (diff)
parentd76a436d50d1ebce352e1815eaea79a254b2b24f (diff)
Merge branch 'tipc-next'
Erik Hugne says: ==================== tipc: bug fix and some improvements Most important is a fix for a nullptr exception that would occur when name table subscriptions fail. The remaining patches are performance improvements and cosmetic changes. v2: remove unnecessary whitespace in patch #2 ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/bearer.c')
-rw-r--r--net/tipc/bearer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bearer.c b/net/tipc/bearer.c
index 48852c2dcc03..af6deeb397a8 100644
--- a/net/tipc/bearer.c
+++ b/net/tipc/bearer.c
@@ -742,7 +742,7 @@ int tipc_nl_bearer_disable(struct sk_buff *skb, struct genl_info *info)
742 return -EINVAL; 742 return -EINVAL;
743 } 743 }
744 744
745 bearer_disable(net, bearer, false); 745 bearer_disable(net, bearer, true);
746 rtnl_unlock(); 746 rtnl_unlock();
747 747
748 return 0; 748 return 0;