Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279103
b: refs/heads/master
c: 9157baf
h: refs/heads/master
i:
  279101: 9ad7b3c
  279099: e8be419
  279095: 1192d7a
  279087: a947243
  279071: 405a4b2
  279039: f957972
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Dec 27, 2011
1 parent 239e653 commit 5a46b72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 2b78f9a002dccc587912af4da3bf1db86909de91
refs/heads/master: 9157bafb44637a2cfefc222d6551100ead40e79e
8 changes: 4 additions & 4 deletions trunk/net/tipc/bcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,11 @@ int tipc_bclink_send_msg(struct sk_buff *buf)
}

res = tipc_link_send_buf(bcl, buf);
if (likely(res > 0))
if (likely(res >= 0)) {
bclink_set_last_sent();

bcl->stats.queue_sz_counts++;
bcl->stats.accu_queue_sz += bcl->out_queue_size;
bcl->stats.queue_sz_counts++;
bcl->stats.accu_queue_sz += bcl->out_queue_size;
}
exit:
spin_unlock_bh(&bc_lock);
return res;
Expand Down

0 comments on commit 5a46b72

Please sign in to comment.