]> 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)
commit2a7e7ebd8769bb3501eab325f21523465a795dd5
treef6791d0d285ff7e716fe8f225c4648e62a34421e
parent6399737626a54f78df67b8d8f0abd3782619cb5e
net: always pass struct netdev_notifier_info to netdevice notifiers

commit 34de9c69113f6be74a93ae12276 (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