]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4109c360280c2b9a8eed38567ec76a4d0e6ee442
treea0f507b1cb62b8fde785b30486eff6b3127038f9
parent68cdb73c7d913c3db7dc5aafa6c7fbe8101e6e2e
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