aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.c
diff options
context:
space:
mode:
authorAllan Stephens <Allan.Stephens@windriver.com>2010-12-31 13:59:22 -0500
committerDavid S. Miller <davem@davemloft.net>2011-01-01 16:57:51 -0500
commitb0c1e928c85023c73780b5d9873406ccf1cd8019 (patch)
treef5c7f9e15f4eda8a7b94660de1748da8dd41fcab /net/tipc/subscr.c
parentaa70200e001fc4d76552c974c94f65ab26020203 (diff)
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>
Diffstat (limited to 'net/tipc/subscr.c')
-rw-r--r--net/tipc/subscr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c
index 21abf1765b02..c5ba323dba47 100644
--- a/net/tipc/subscr.c
+++ b/net/tipc/subscr.c
@@ -493,8 +493,7 @@ static void subscr_named_msg_event(void *usr_handle,
493 493
494 /* Create server port & establish connection to subscriber */ 494 /* Create server port & establish connection to subscriber */
495 495
496 tipc_createport(0, 496 tipc_createport(subscriber,
497 subscriber,
498 importance, 497 importance,
499 NULL, 498 NULL,
500 NULL, 499 NULL,
@@ -548,8 +547,7 @@ int tipc_subscr_start(void)
548 INIT_LIST_HEAD(&topsrv.subscriber_list); 547 INIT_LIST_HEAD(&topsrv.subscriber_list);
549 548
550 spin_lock_bh(&topsrv.lock); 549 spin_lock_bh(&topsrv.lock);
551 res = tipc_createport(0, 550 res = tipc_createport(NULL,
552 NULL,
553 TIPC_CRITICAL_IMPORTANCE, 551 TIPC_CRITICAL_IMPORTANCE,
554 NULL, 552 NULL,
555 NULL, 553 NULL,