]> 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)
commit76d509d3f28a53e0595d4fe86f42d851a632a88b
tree0644a23e59875b07bc027f8ab716315f12d11d5d
parent9b04d8ef1ba3f5ae443a7f7097ca1fdddd9262b4
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