From: Cong Wang Date: Wed, 29 May 2013 03:30:50 +0000 (+0800) Subject: net: always pass struct netdev_notifier_info to netdevice notifiers X-Git-Tag: v3.11-rc1~16^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75538c2b85cf22eb9af6adfaf26ed7219025adeb;p=pandora-kernel.git net: always pass struct netdev_notifier_info to netdevice notifiers commit 351638e7deeed2ec8ce451b53d3 (net: pass info struct via netdevice notifier) breaks booting of my KVM guest, this is due to we still forget to pass struct netdev_notifier_info in several places. This patch completes it. Cc: Jiri Pirko Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed