tipc: move and rename the legacy nl api to "nl compat"
authorRichard Alpe <richard.alpe@ericsson.com>
Mon, 9 Feb 2015 08:50:03 +0000 (09:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Feb 2015 21:20:47 +0000 (13:20 -0800)
commitbfb3e5dd8dfd84dfd13649393abab63e43267b00
tree0b3a6d7da8ad04b48521b734347288d0e37d569f
parentc8ac18f2006b2926ce375c01646b2f487d1c33b2
tipc: move and rename the legacy nl api to "nl compat"

The new netlink API is no longer "v2" but rather the standard API and
the legacy API is now "nl compat". We split them into separate
start/stop and put them in different files in order to further
distinguish them.

Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 files changed:
net/tipc/Makefile
net/tipc/bcast.c
net/tipc/bearer.c
net/tipc/core.c
net/tipc/core.h
net/tipc/link.c
net/tipc/name_table.c
net/tipc/net.c
net/tipc/netlink.c
net/tipc/netlink.h
net/tipc/netlink_compat.c [new file with mode: 0644]
net/tipc/node.c
net/tipc/socket.c