From: Patrick McHardy Date: Fri, 26 Feb 2010 06:34:50 +0000 (+0000) Subject: rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event() X-Git-Tag: v2.6.34-rc1~233^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10de05afe01c12cedc42eb9ce05b111eed6c8210;p=pandora-kernel.git rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event() Commit 3b8bcfd (net: introduce pre-up netdev notifier) added a new notifier which is run before a device is set UP for use by cfg80211. The patch missed to add the new notifier to the ignore list in rtnetlink_event(), so we currently get an unnecessary netlink notification before a device is set UP. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed