commit | 4e3e6dcb43c3669a8817cb3d0f920f91661afd98 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Mon May 12 15:41:53 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 12 15:41:53 2008 -0700 |
tree | 84b83811790add972a3a47ee378afd44b011a47d | |
parent | 20c2c1fd6c842caf70dcb1d94b9d58861949fd3d [diff] |
tipc: Enhancements to name table initialization This patch enhances the initialization of TIPC's name table by removing a pointless spinlock operation, and by using kcalloc() to detect requests for an oversized name table. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>