tipc: some cleanups in the file discover.c
To facilitate the coming changes in the neighbor discovery functionality we make some renaming and refactoring of that code. The functional changes in this commit are trivial, e.g., that we move the message sending call in tipc_disc_timeout() outside the spinlock protected region. Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
cb30a63384
commit
b39e465e56
@@ -159,7 +159,7 @@ struct tipc_bearer {
|
||||
u32 tolerance;
|
||||
u32 domain;
|
||||
u32 identity;
|
||||
struct tipc_link_req *link_req;
|
||||
struct tipc_discoverer *disc;
|
||||
char net_plane;
|
||||
unsigned long up;
|
||||
};
|
||||
|
Reference in New Issue
Block a user