You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
tipc: remove unused code
Remove dead code;
tipc_bearer_find_interface
tipc_node_redundant_links
This may break out of tree version of TIPC if there still is one.
But that maybe a good thing :-)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9805696399
commit
eec73f1c96
@@ -235,11 +235,6 @@ int tipc_node_active_links(struct tipc_node *n_ptr)
|
||||
return n_ptr->active_links[0] != NULL;
|
||||
}
|
||||
|
||||
int tipc_node_redundant_links(struct tipc_node *n_ptr)
|
||||
{
|
||||
return n_ptr->working_links > 1;
|
||||
}
|
||||
|
||||
int tipc_node_is_up(struct tipc_node *n_ptr)
|
||||
{
|
||||
return tipc_node_active_links(n_ptr);
|
||||
|
||||
Reference in New Issue
Block a user