Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266107
b: refs/heads/master
c: 693d03a
h: refs/heads/master
i:
  266105: 5f7eef8
  266103: 92f0cb8
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Sep 1, 2011
1 parent 12d7b84 commit 32a7ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5d3c488dfe5f797d9f3cee2e8928aad8a2f6e44f
refs/heads/master: 693d03ae3c2bafd7caca1cf4ade9f23f107e33c1
2 changes: 1 addition & 1 deletion trunk/net/tipc/bcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ void tipc_bclink_recv_pkt(struct sk_buff *buf)
/* Handle in-sequence broadcast message */

receive:
deferred = node->bclink.deferred_head;
next_in = mod(node->bclink.last_in + 1);
seqno = msg_seqno(msg);

Expand Down Expand Up @@ -500,6 +499,7 @@ void tipc_bclink_recv_pkt(struct sk_buff *buf)
}
buf = NULL;
tipc_node_lock(node);
deferred = node->bclink.deferred_head;
if (deferred && (buf_seqno(deferred) == mod(next_in + 1))) {
buf = deferred;
msg = buf_msg(buf);
Expand Down

0 comments on commit 32a7ad4

Please sign in to comment.