fib: fix fib_rules_ops indirect calls wrappers
authorBrian Vazquez <brianvv@google.com>
Wed, 29 Jul 2020 18:10:18 +0000 (11:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 20:26:42 +0000 (13:26 -0700)
commit41d707b7332f1386642c47eb078110ca368a46f5
treedfdbd286bf3f2245a047aac2cc3b4ac78003f68b
parenta41cf09b8edff84c5294da3f52271b1f8f965932
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>
net/core/fib_rules.c