rtnetlink: Remove passing of attributes into rtnl_doit functions
authorThomas Graf <tgraf@suug.ch>
Thu, 21 Mar 2013 07:45:29 +0000 (07:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Mar 2013 14:31:16 +0000 (10:31 -0400)
With decnet converted, we can finally get rid of rta_buf and its
computations around it. It also gets rid of the minimal header
length verification since all message handlers do that explicitly
anyway.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found