]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - include/net/ip_fib.h
ipv4: fib: Remove redundant argument
authorIdo Schimmel <idosch@mellanox.com>
Fri, 10 Mar 2017 07:56:19 +0000 (08:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 17:45:09 +0000 (09:45 -0800)
commitd05f7a7dd470f71dc45c2928dbf76afe2b1c2f07
tree81c1b8da8ec41e107a54db47a10d4fb371bfa3be
parentc0243892cbb0e48873d6132f673c830602808245
ipv4: fib: Remove redundant argument

We always pass the same event type to fib_notify() and
fib_rules_notify(), so we can safely drop this argument.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_notifier.c
net/ipv4/fib_rules.c
net/ipv4/fib_trie.c