Re: [net-next PATCH] net: kill default_pref field of struct fib_rules_ops

2015-09-06 Thread Phil Sutter
On Sat, Sep 05, 2015 at 10:00:40PM -0700, David Miller wrote: > From: Phil Sutter > Date: Thu, 3 Sep 2015 13:10:22 +0200 > > > Since now all users of that field have been converted to use the generic > > function fib_default_rule_pref() when assigning to it, fib_nl_newrule() > > may just use it

Re: [net-next PATCH] net: kill default_pref field of struct fib_rules_ops

2015-09-05 Thread David Miller
From: Phil Sutter Date: Thu, 3 Sep 2015 13:10:22 +0200 > Since now all users of that field have been converted to use the generic > function fib_default_rule_pref() when assigning to it, fib_nl_newrule() > may just use it directly instead. > > Signed-off-by: Phil Sutter I did not instruct you

[net-next PATCH] net: kill default_pref field of struct fib_rules_ops

2015-09-03 Thread Phil Sutter
Since now all users of that field have been converted to use the generic function fib_default_rule_pref() when assigning to it, fib_nl_newrule() may just use it directly instead. Signed-off-by: Phil Sutter --- include/net/fib_rules.h | 1 - net/core/fib_rules.c| 10 +++--- net/decnet/dn