From: Jon Paul Maloy Date: Fri, 22 Aug 2014 22:09:20 +0000 (-0400) Subject: tipc: merge struct tipc_port into struct tipc_sock X-Git-Tag: fixes-against-v3.18-rc2~81^2~242^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301bae56f21295a4ba71367818d80735687f11ac;p=pandora-kernel.git tipc: merge struct tipc_port into struct tipc_sock We complete the merging of the port and socket layer by aggregating the fields of struct tipc_port directly into struct tipc_sock, and moving the combined structure into socket.c. We also move all functions and macros that are not any longer exposed to the rest of the stack into socket.c, and rename them accordingly. Despite the size of this commit, there are no functional changes. We have only made such changes that are necessary due of the removal of struct tipc_port. Signed-off-by: Jon Maloy Reviewed-by: Erik Hugne Reviewed-by: Ying Xue Signed-off-by: David S. Miller --- Reading git-diff-tree failed