diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 18:59:22 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-01 13:57:51 -0800 |
commit | b0c1e928c85023c73780b5d9873406ccf1cd8019 (patch) | |
tree | f5c7f9e15f4eda8a7b94660de1748da8dd41fcab /net/tipc/subscr.c | |
parent | aa70200e001fc4d76552c974c94f65ab26020203 (diff) | |
download | kernel_samsung_smdk4412-b0c1e928c85023c73780b5d9873406ccf1cd8019.zip kernel_samsung_smdk4412-b0c1e928c85023c73780b5d9873406ccf1cd8019.tar.gz kernel_samsung_smdk4412-b0c1e928c85023c73780b5d9873406ccf1cd8019.tar.bz2 |
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.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c index 21abf17..c5ba323 100644 --- a/net/tipc/subscr.c +++ b/net/tipc/subscr.c @@ -493,8 +493,7 @@ static void subscr_named_msg_event(void *usr_handle, /* Create server port & establish connection to subscriber */ - tipc_createport(0, - subscriber, + tipc_createport(subscriber, importance, NULL, NULL, @@ -548,8 +547,7 @@ int tipc_subscr_start(void) INIT_LIST_HEAD(&topsrv.subscriber_list); spin_lock_bh(&topsrv.lock); - res = tipc_createport(0, - NULL, + res = tipc_createport(NULL, TIPC_CRITICAL_IMPORTANCE, NULL, NULL, |