[RTNETLINK]: Split up rtnl_setlink
authorPatrick McHardy <kaber@trash.net>
Wed, 13 Jun 2007 19:03:36 +0000 (12:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:14:16 +0000 (22:14 -0700)
Split up rtnl_setlink into a function performing validation and a function
performing the actual changes. This allows to share the modifcation logic
with rtnl_newlink, which is introduced by the next patch.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found