]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5e82661beed6c13675bc8af24defa57d6cadcc47
tree0644a23e59875b07bc027f8ab716315f12d11d5d
parent1a2dc33dffbf8e51200ff72d27f434dd6b7b70f4
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