diff options
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r-- | net/tipc/bcast.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 8eb87b11d100..7342abc2cfa1 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c | |||
@@ -340,8 +340,10 @@ static void bclink_send_nack(struct tipc_node *n_ptr) | |||
340 | msg_set_bcgap_to(msg, n_ptr->bclink.gap_to); | 340 | msg_set_bcgap_to(msg, n_ptr->bclink.gap_to); |
341 | msg_set_bcast_tag(msg, tipc_own_tag); | 341 | msg_set_bcast_tag(msg, tipc_own_tag); |
342 | 342 | ||
343 | spin_lock_bh(&bc_lock); | ||
343 | tipc_bearer_send(&bcbearer->bearer, buf, NULL); | 344 | tipc_bearer_send(&bcbearer->bearer, buf, NULL); |
344 | bcl->stats.sent_nacks++; | 345 | bcl->stats.sent_nacks++; |
346 | spin_unlock_bh(&bc_lock); | ||
345 | buf_discard(buf); | 347 | buf_discard(buf); |
346 | 348 | ||
347 | /* | 349 | /* |