commit | 41d707b7332f1386642c47eb078110ca368a46f5 | [log] [tgz] |
---|---|---|
author | Brian Vazquez <brianvv@google.com> | Wed Jul 29 11:10:18 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 29 13:26:42 2020 -0700 |
tree | dfdbd286bf3f2245a047aac2cc3b4ac78003f68b | |
parent | a41cf09b8edff84c5294da3f52271b1f8f965932 [diff] |
fib: fix fib_rules_ops indirect calls wrappers This patch fixes: commit b9aaec8f0be5 ("fib: use indirect call wrappers in the most common fib_rules_ops") which didn't consider the case when CONFIG_IPV6_MULTIPLE_TABLES is not set. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Fixes: b9aaec8f0be5 ("fib: use indirect call wrappers in the most common fib_rules_ops") Signed-off-by: Brian Vazquez <brianvv@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>