From: Ying Xue Date: Tue, 2 Dec 2014 07:00:24 +0000 (+0800) Subject: tipc: make name table allocated dynamically X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~87^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=993bfe5daf34c645a51348facdc7c28c55f488fe;p=pandora-kernel.git tipc: make name table allocated dynamically Name table locking policy is going to be adjusted from read-write lock protection to RCU lock protection in the future commits. But its essential precondition is to convert the allocation way of name table from static to dynamic mode. Signed-off-by: Ying Xue Reviewed-by: Erik Hugne Reviewed-by: Jon Maloy Tested-by: Erik Hugne Signed-off-by: David S. Miller --- Reading git-diff-tree failed