]> 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)
commit4d7600b51526a1efa42096e8581624118566433a
treea0f507b1cb62b8fde785b30486eff6b3127038f9
parente0c8888c1a7d8931d6f6dfbb2c08d45955872a1e
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