aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r--net/tipc/bcast.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c
index a5eb7dbfa0c3..63df42b2d101 100644
--- a/net/tipc/bcast.c
+++ b/net/tipc/bcast.c
@@ -418,8 +418,6 @@ int tipc_bclink_send_msg(struct sk_buff *buf)
418 else 418 else
419 bclink_set_last_sent(); 419 bclink_set_last_sent();
420 420
421 if (bcl->out_queue_size > bcl->stats.max_queue_sz)
422 bcl->stats.max_queue_sz = bcl->out_queue_size;
423 bcl->stats.queue_sz_counts++; 421 bcl->stats.queue_sz_counts++;
424 bcl->stats.accu_queue_sz += bcl->out_queue_size; 422 bcl->stats.accu_queue_sz += bcl->out_queue_size;
425 423