From: Jon Paul Maloy Date: Wed, 12 Mar 2014 15:31:08 +0000 (-0400) Subject: tipc: remove redundant 'peer_name' field in struct tipc_sock X-Git-Tag: v3.15-rc1~113^2~171^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9fef18c6d688697e72d1020a7c43a50c1331a58;p=pandora-kernel.git tipc: remove redundant 'peer_name' field in struct tipc_sock The field 'peer_name' in struct tipc_sock is redundant, since this information already is available from tipc_port, to which tipc_sock has a reference. We remove the field, and ensure that peer node and peer port info instead is fetched via the functions that already exist for this purpose. Signed-off-by: Jon Maloy Reviewed-by: Ying Xue Reviewed-by: Erik Hugne Signed-off-by: David S. Miller --- Reading git-diff-tree failed