tipc: drop tx side permission checks
authorErik Hugne <erik.hugne@ericsson.com>
Wed, 3 Dec 2014 13:44:44 +0000 (14:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 18:30:13 +0000 (13:30 -0500)
Part of the old remote management feature is a piece of code
that checked permissions on the local system to see if a certain
operation was permitted, and if so pass the command to a remote
node. This serves no purpose after the removal of remote management
with commit 5902385a2440 ("tipc: obsolete the remote management
feature") so we remove it.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c

Simple merge