commit | 58d7ac7d3078e64c787350985c76bdd14f2d3557 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | Tue Jun 19 18:47:52 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 11 16:26:42 2018 +0200 |
tree | 90ffef0290d71685f3372629a7b7093e960ce4dc | |
parent | e581746bc737ce8d72982359bf479f19d84bee09 [diff] |
ipv4: Fix error return value in fib_convert_metrics() The validation code modified by commit 5b5e7a0de2bb ("net: metrics: add proper netlink validation") is organised differently in older kernel versions. The fib_convert_metrics() function that is modified in the backports to 4.4 and 4.9 needs to returns an error code, not a success flag. Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>