diff options
| author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 18:59:16 +0000 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-01-01 13:57:47 -0800 | 
| commit | 51f98a8d70583b18cb08b19353aeed5efb0244af (patch) | |
| tree | 96253d3cb394202b442e65f4d169bbf49b94c327 /include/linux/tipc_config.h | |
| parent | aa6027cacdd912ce884953714fcc7392b6155bc6 (diff) | |
| download | olio-linux-3.10-51f98a8d70583b18cb08b19353aeed5efb0244af.tar.xz olio-linux-3.10-51f98a8d70583b18cb08b19353aeed5efb0244af.zip  | |
tipc: Remove prototype code for supporting multiple zones
Eliminates routines, data structures, and files that were intended
to allows TIPC to support a network containing multiple zones.
Currently, TIPC supports only networks consisting of a single cluster
within a single zone, so this code is unnecessary.
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 'include/linux/tipc_config.h')
| -rw-r--r-- | include/linux/tipc_config.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/tipc_config.h b/include/linux/tipc_config.h index 9cde86c3241..fa3aeaafeab 100644 --- a/include/linux/tipc_config.h +++ b/include/linux/tipc_config.h @@ -94,7 +94,7 @@  #define  TIPC_CMD_GET_MAX_PORTS     0x4004    /* tx none, rx unsigned */  #define  TIPC_CMD_GET_MAX_PUBL      0x4005    /* tx none, rx unsigned */  #define  TIPC_CMD_GET_MAX_SUBSCR    0x4006    /* tx none, rx unsigned */ -#define  TIPC_CMD_GET_MAX_ZONES     0x4007    /* tx none, rx unsigned */ +#define  TIPC_CMD_GET_MAX_ZONES     0x4007    /* obsoleted */  #define  TIPC_CMD_GET_MAX_CLUSTERS  0x4008    /* tx none, rx unsigned */  #define  TIPC_CMD_GET_MAX_NODES     0x4009    /* tx none, rx unsigned */  #define  TIPC_CMD_GET_MAX_SLAVES    0x400A    /* tx none, rx unsigned */ @@ -130,7 +130,7 @@  #define  TIPC_CMD_SET_MAX_PORTS     0x8004    /* tx unsigned, rx none */  #define  TIPC_CMD_SET_MAX_PUBL      0x8005    /* tx unsigned, rx none */  #define  TIPC_CMD_SET_MAX_SUBSCR    0x8006    /* tx unsigned, rx none */ -#define  TIPC_CMD_SET_MAX_ZONES     0x8007    /* tx unsigned, rx none */ +#define  TIPC_CMD_SET_MAX_ZONES     0x8007    /* obsoleted */  #define  TIPC_CMD_SET_MAX_CLUSTERS  0x8008    /* tx unsigned, rx none */  #define  TIPC_CMD_SET_MAX_NODES     0x8009    /* tx unsigned, rx none */  #define  TIPC_CMD_SET_MAX_SLAVES    0x800A    /* tx unsigned, rx none */  |