From: Eric W. Biederman Date: Fri, 6 Apr 2012 15:33:35 +0000 (+0000) Subject: net: In unregister_netdevice_notifier unregister the netdevices. X-Git-Tag: v3.2.18~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3bd838fd1c301fe29c07ac1ac4ca555e1b8119;p=pandora-kernel.git net: In unregister_netdevice_notifier unregister the netdevices. [ Upstream commit 7d3d43dab4e978d8d9ad1acf8af15c9b1c4b0f0f ] We already synthesize events in register_netdevice_notifier and synthesizing events in unregister_netdevice_notifier allows to us remove the need for special case cleanup code. This change should be safe as it adds no new cases for existing callers of unregiser_netdevice_notifier to handle. Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed