tipc: remove files ref.h and ref.c
authorJon Paul Maloy <jon.maloy@ericsson.com>
Fri, 22 Aug 2014 22:09:19 +0000 (18:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Aug 2014 18:18:35 +0000 (11:18 -0700)
commit808d90f9c55943c2965d33b7156e559c59dd2db9
treea0f507b1cb62b8fde785b30486eff6b3127038f9
parent2e84c60b77e4dd96068f568a5971e681bb7e6b68
tipc: remove files ref.h and ref.c

The reference table is now 'socket aware' instead of being generic,
and has in reality become a socket internal table. In order to be
able to minimize the API exposed by the socket layer towards the rest
of the stack, we now move the reference table definitions and functions
into the file socket.c, and rename the functions accordingly.

There are no functional changes in this commit.

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