projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
tipc: Remove prototype code for supporting slave nodes
[linux-2.6.git]
/
net
/
tipc
/
addr.c
diff --git
a/net/tipc/addr.c
b/net/tipc/addr.c
index
3d0f97d
..
8823e03
100644
(file)
--- a/
net/tipc/addr.c
+++ b/
net/tipc/addr.c
@@
-53,8
+53,6
@@
int tipc_addr_domain_valid(u32 addr)
u32 z = tipc_zone(addr);
u32 max_nodes = tipc_max_nodes;
- if (is_slave(addr))
- max_nodes = LOWEST_SLAVE + tipc_max_slaves;
if (n > max_nodes)
return 0;
if (c > tipc_max_clusters)