commit | 06b4fc520d21b7a6327983d64373505859672e91 | [log] [tgz] |
---|---|---|
author | Gao Feng <fgao@ikuai8.com> | Wed Apr 26 19:04:04 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 27 16:33:30 2017 -0400 |
tree | d0abbfdff4e030032326768ceff06967d83bb25a | |
parent | 1514dc857f8ebbeb44da09236efa133ed6e15615 [diff] |
net: fib: Decrease one unnecessary rt cache flush in fib_disable_ip The func fib_flush already flushes the rt cache if necessary, so it is not necessary to invoke rt_cache_flush again in fib_disable_ip. Signed-off-by: Gao Feng <fgao@ikuai8.com> Signed-off-by: David S. Miller <davem@davemloft.net>