From: Thomas Graf Date: Tue, 5 Jun 2007 23:03:03 +0000 (-0700) Subject: [NET]: Avoid duplicate netlink notification when changing link state X-Git-Tag: v2.6.22-rc5~95^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c355f532dd43036622e1880c114773463bafd23;p=pandora-kernel.git [NET]: Avoid duplicate netlink notification when changing link state When changing the link state from userspace not affecting any other flags. Two duplicate notification are being sent, once as action in the NETDEV_UP/NETDEV_DOWN notification chain and a second time when comparing old and new device flags after the change has been completed. Although harmless, the duplicates should be avoided. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed