aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/core.c
diff options
context:
space:
mode:
authorYing Xue <[email protected]>2012-08-16 12:09:08 +0000
committerDavid S. Miller <[email protected]>2012-08-20 09:26:30 +0000
commitfc0739385ba10f59105e87a46cc93d9d9a10553c (patch)
tree7ae1ac9f233ed40183e6f5f06b5488b076106389 /net/tipc/core.c
parenttipc: fix lockdep warning during bearer initialization (diff)
downloadkernel-fc0739385ba10f59105e87a46cc93d9d9a10553c.tar.gz
kernel-fc0739385ba10f59105e87a46cc93d9d9a10553c.zip
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 <[email protected]> Signed-off-by: Jon Maloy <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/core.c')
-rw-r--r--net/tipc/core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c
index 6586eac6a50e..c261a5dca7c5 100644
--- a/net/tipc/core.c
+++ b/net/tipc/core.c
@@ -50,9 +50,6 @@
/* global variables used by multiple sub-systems within TIPC */
int tipc_random;
-const char tipc_alphabet[] =
- "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.";
-
/* configurable TIPC parameters */
u32 tipc_own_addr;
int tipc_max_ports;