]> git.baikalelectronics.ru Git - kernel.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)
commit7fbae73ce136b6298afd56560d395d80b1c9abb9
treef6791d0d285ff7e716fe8f225c4648e62a34421e
parent7c84b47faade200f496ee246b071e00bd583961b
net: always pass struct netdev_notifier_info to netdevice notifiers

commit 35d52f6a45ef6f8cbc29cb7259a (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