]> git.baikalelectronics.ru Git - kernel.git/commit
netlink: Remove compat API for nested attributes
authorThomas Graf <tgraf@suug.ch>
Wed, 3 Sep 2008 00:30:27 +0000 (17:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Sep 2008 00:30:27 +0000 (17:30 -0700)
commit32947928062b94c5336595c909367a6831ba41ef
treedfb1fff234209b64828d9f932a543fd96b0561e2
parent927a8b71b0b1d1a27766245f27ae28f3278537ae
netlink: Remove compat API for nested attributes

Removes all _nested_compat() functions from the API. The prio qdisc
no longer requires them and netem has its own format anyway. Their
existance is only confusing.

Resend: Also remove the wrapper macro.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netlink.h
net/sched/sch_netem.c
net/sched/sch_prio.c