On Tue, Sep 08, 2015 at 10:38:09PM -0700, David Miller wrote: > From: David Miller <da...@davemloft.net> > Date: Tue, 08 Sep 2015 22:37:05 -0700 (PDT) > > > Applied, thanks. > > Actually, reverted, this doesn't even compile. > > net/core/fib_rules.c:47:12: error: static declaration of > ‘fib_default_rule_pref’ follows non-static declaration > static u32 fib_default_rule_pref(struct fib_rules_ops *ops) > ^ > In file included from net/core/fib_rules.c:18:0: > include/net/fib_rules.h:120:5: note: previous declaration of > ‘fib_default_rule_pref’ was here > u32 fib_default_rule_pref(struct fib_rules_ops *ops); > ^
What the heck? I should throw away the optimizer, it seems to make me skip testing sometimes. Sorry for the mess, I'll follow up with a fixed and *tested* version. Cheers, Phil -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html