From: Marek Lindner Date: Wed, 19 Jan 2011 19:16:10 +0000 (+0000) Subject: batman-adv: free neighbors when an interface is deactivated X-Git-Tag: v2.6.39-rc1~468^2~151^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a241a57be46cda985c7c36e24d49f67de6bfb53;p=pandora-kernel.git batman-adv: free neighbors when an interface is deactivated hardif_disable_interface() calls purge_orig_ref() to immediately free all neighbors associated with the interface that is going down. purge_orig_neighbors() checked if the interface status is IF_INACTIVE which is set to IF_NOT_IN_USE shortly before calling purge_orig_ref(). Signed-off-by: Marek Lindner --- Reading git-diff-tree failed