commit | 5941d079f2c3bdf0dffed1afb8941678fcd0bcb7 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue May 09 22:54:59 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue May 09 22:54:59 2006 -0700 |
tree | ba07f5ef258f51e095d0bc3fa77d03321b8866a2 | |
parent | a3285aa4eecd722508dab01c4932b11b4ba80134 [diff] |
IPoIB: Free child interfaces properly 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>