Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213825
b: refs/heads/master
c: 0048b82
h: refs/heads/master
i:
  213823: 074bdce
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Aug 18, 2010
1 parent 75ee67a commit 833fe96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b1f7bdeb698547cc319c7a302a5acf585227a92
refs/heads/master: 0048b826afae7c47afdc47c3854707581cafe3d8
5 changes: 2 additions & 3 deletions trunk/net/tipc/bcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,8 @@ int tipc_bclink_send_msg(struct sk_buff *buf)
res = tipc_link_send_buf(bcl, buf);
if (unlikely(res == -ELINKCONG))
buf_discard(buf);
else {
bcl->stats.sent_info++;
else
bclink_set_last_sent();
}

if (bcl->out_queue_size > bcl->stats.max_queue_sz)
bcl->stats.max_queue_sz = bcl->out_queue_size;
Expand Down Expand Up @@ -578,6 +576,7 @@ static int tipc_bcbearer_send(struct sk_buff *buf,
msg = buf_msg(buf);
msg_set_non_seq(msg, 1);
msg_set_mc_netid(msg, tipc_net_id);
bcl->stats.sent_info++;
}

/* Send buffer over bearers until all targets reached */
Expand Down

0 comments on commit 833fe96

Please sign in to comment.