IPoIB: Free child interfaces properly
authorRoland Dreier <rolandd@cisco.com>
Wed, 10 May 2006 05:54:59 +0000 (22:54 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 10 May 2006 05:54:59 +0000 (22:54 -0700)
When deleting a child interface with a non-default P_Key via
/sys/class/net/ibX/delete_child, the interface must be freed with
free_netdev() (rather than kfree() on the private data).

Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found