]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit75538c2b85cf22eb9af6adfaf26ed7219025adeb
treef6791d0d285ff7e716fe8f225c4648e62a34421e
parent06ecf24bdf2b7afc6c8fd13de6dba2a96dd331b6
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 <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>
include/linux/netdevice.h
net/atm/clip.c
net/core/dev.c
net/ipv4/netfilter/ipt_MASQUERADE.c
net/ipv6/addrconf.c
net/ipv6/netfilter/ip6t_MASQUERADE.c