commit | 0c8d803f397a65adfffd3aa01f52555389f33239 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Thu Jan 05 19:32:46 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 06 15:57:01 2017 -0500 |
tree | f8b3acde91c84ddd41268e3aea902cb910a623c1 | |
parent | 4055ae5e6d00e09ff4206843638323d1d5dfd85d [diff] |
net: ipv4: Simplify rt_fill_info rt_fill_info has only 1 caller and both of the last 2 args -- nowait and flags -- are hardcoded to 0. Given that remove them as input arguments and simplify rt_fill_info accordingly. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>