aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
diff options
context:
space:
mode:
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;