From: Jon Paul Maloy Date: Thu, 26 Jun 2014 01:41:40 +0000 (-0500) Subject: tipc: same receive code path for connection protocol and data messages X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~255^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8a2e5621db2da24badb3969eda7fd359e1869f;p=pandora-kernel.git tipc: same receive code path for connection protocol and data messages As a preparation to eliminate port_lock we need to bring reception of connection protocol messages under proper protection of bh_lock_sock or socket owner. We fix this by letting those messages follow the same code path as incoming data messages. As a side effect of this change, the last reference to the function net_route_msg() disappears, and we can eliminate that function. Signed-off-by: Jon Maloy Reviewed-by: Erik Hugne Reviewed-by: Ying Xue Signed-off-by: David S. Miller --- Reading git-diff-tree failed