]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e40216b5f2018d70d6b34482e29c0d7fd6080a3
tree81c1b8da8ec41e107a54db47a10d4fb371bfa3be
parent38f34fc5ab4350cf12d1bda82d735b48d02b13bc
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