diff options
author | Ying Xue <ying.xue@windriver.com> | 2012-08-16 08:09:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-20 05:26:30 -0400 |
commit | fc0739385ba10f59105e87a46cc93d9d9a10553c (patch) | |
tree | 7ae1ac9f233ed40183e6f5f06b5488b076106389 /net/tipc/core.h | |
parent | 4225a398c1352a7a5c14dc07277cb5cc4473983b (diff) |
tipc: remove pointless name sanity check and tipc_alphabet array
There is no real reason to check whether all letters in the given
media name and network interface name are within the character set
defined in tipc_alphabet array. Even if we eliminate the checking,
the rest of checking conditions in tipc_enable_bearer() can ensure
we do not enable an invalid or illegal bearer.
Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index fd42e106c185..e4e46cd2d0e6 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -85,8 +85,6 @@ extern int tipc_remote_management; | |||
85 | * Other global variables | 85 | * Other global variables |
86 | */ | 86 | */ |
87 | extern int tipc_random; | 87 | extern int tipc_random; |
88 | extern const char tipc_alphabet[]; | ||
89 | |||
90 | 88 | ||
91 | /* | 89 | /* |
92 | * Routines available to privileged subsystems | 90 | * Routines available to privileged subsystems |