tipc: remove user_port instance from tipc_port structure
authorYing Xue <ying.xue@windriver.com>
Mon, 17 Jun 2013 14:54:43 +0000 (10:54 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jun 2013 22:53:00 +0000 (15:53 -0700)
commitf1733d7580ff94deb8ea071a293c23939ae0d450
tree41e10295a1546d044cf529267f703e09b87b03d3
parent198d73b82bf78739f8f11cf7ff567a2e0da1dbef
tipc: remove user_port instance from tipc_port structure

After the native API has been completely removed, the 'user_port'
field in struct tipc_port becomes unused, and can be removed.
As a consequence, the "usrmem" argument in tipc_msg_build() is no
longer needed, and so we remove that one too.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c
net/tipc/msg.c
net/tipc/msg.h
net/tipc/port.c
net/tipc/port.h