]> Pileus Git - ~andy/linux/commit
tipc: Clean up tracking of node requesting a broadcast retransmit
authorAllan Stephens <Allan.Stephens@windriver.com>
Tue, 18 Jan 2011 18:53:16 +0000 (13:53 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 23 Feb 2011 23:05:12 +0000 (18:05 -0500)
commit01d83eddc55c138cbb24a5917d5271c0b24956a1
tree4f955e6fa50ac93de90a496749aea82b4411746a
parent77c81e0bb8af3f1a0e5d84dd0346fe57dfe3da27
tipc: Clean up tracking of node requesting a broadcast retransmit

Allows the broadcast link to track the node that is requesting a retransmit
in a new field dedicated to that purpose. This replaces the existing
mechanism that (ab)uses an existing node structure linked list field to do
the tracking.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bcast.c
net/tipc/bcast.h
net/tipc/link.c