tipc: Remove user registry subsystem
Eliminates routines, data structures, and files that make up TIPC's user registry. The user registry is no longer needed since the native API routines that utilized it no longer exist and there are no longer any internal TIPC services that use it. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
aa70200e00
commit
b0c1e928c8
@@ -500,7 +500,7 @@ int tipc_cfg_init(void)
|
||||
struct tipc_name_seq seq;
|
||||
int res;
|
||||
|
||||
res = tipc_createport(0, NULL, TIPC_CRITICAL_IMPORTANCE,
|
||||
res = tipc_createport(NULL, TIPC_CRITICAL_IMPORTANCE,
|
||||
NULL, NULL, NULL,
|
||||
NULL, cfg_named_msg_event, NULL,
|
||||
NULL, &config_port_ref);
|
||||
|
Reference in New Issue
Block a user