From: Ying Xue Date: Wed, 26 Nov 2014 03:41:45 +0000 (+0800) Subject: tipc: remove node subscription infrastructure X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~110^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f48af587b0f257c49dce5b49a62554a4b8627e;p=pandora-kernel.git tipc: remove node subscription infrastructure The node subscribe infrastructure represents a virtual base class, so its users, such as struct tipc_port and struct publication, can derive its implemented functionalities. However, after the removal of struct tipc_port, struct publication is left as its only single user now. So defining an abstract infrastructure for one user becomes no longer reasonable. If corresponding new functions associated with the infrastructure are moved to name_table.c file, the node subscription infrastructure can be removed as well. Signed-off-by: Ying Xue Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed