net: always pass struct netdev_notifier_info to netdevice notifiers
authorCong Wang <amwang@redhat.com>
Wed, 29 May 2013 03:30:50 +0000 (11:30 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2013 04:58:54 +0000 (21:58 -0700)
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 <jiri@resnulli.us>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found