]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67c60e585888320299100c13bc0338a512993fd4
tree0b3a6d7da8ad04b48521b734347288d0e37d569f
parent9578e927a1858a900476b490635fff813f3b4063
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