tipc: convert tipc_nametbl_size type from variable to macro
authorYing Xue <ying.xue@windriver.com>
Thu, 16 Aug 2012 12:09:11 +0000 (12:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Aug 2012 09:26:31 +0000 (02:26 -0700)
commitf046e7d9be1cbb3335694c7f9a31d18e1f998ff5
tree0644a23e59875b07bc027f8ab716315f12d11d5d
parent379c0456afc170d56ceb712a5689ede91d293e88
tipc: convert tipc_nametbl_size type from variable to macro

There is nothing changing this variable dynamically, so change
it to a macro to make that more obvious when reading the code.

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>
net/tipc/name_table.c