From: Roland Dreier Date: Wed, 10 May 2006 05:54:59 +0000 (-0700) Subject: IPoIB: Free child interfaces properly X-Git-Tag: v2.6.17-rc4~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5941d079f2c3bdf0dffed1afb8941678fcd0bcb7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed