Re: [PATCH net-next] fib_rules: fix error return code

2017-04-27 Thread David Miller
From: Wei Yongjun Date: Wed, 26 Apr 2017 14:03:50 + > From: Wei Yongjun > > Fix to return error code -EINVAL from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 622ec2c9d524 ("net: core: add UID to flows, rules, and routes") > Signed-off-by: Wei Yong

[PATCH net-next] fib_rules: fix error return code

2017-04-26 Thread Wei Yongjun
From: Wei Yongjun Fix to return error code -EINVAL from the error handling case instead of 0, as done elsewhere in this function. Fixes: 622ec2c9d524 ("net: core: add UID to flows, rules, and routes") Signed-off-by: Wei Yongjun --- net/core/fib_rules.c | 6 -- 1 file changed, 4 insertions(