commit | fd61c6ba313de6758aeeab58fe03bd9fbbc8cea9 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Tue Jan 17 15:51:07 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 18 15:43:59 2017 -0500 |
tree | 4f0511187c4767663fedcfca5f642d3a719fedf8 | |
parent | 1ce463dd75d4ba0c64191e2b9c73c202a5a6cc3a [diff] |
net: ipv6: remove nowait arg to rt6_fill_node All callers of rt6_fill_node pass 0 for nowait arg. Remove the arg and simplify rt6_fill_node accordingly. rt6_fill_node passes the nowait of 0 to ip6mr_get_route. Remove the nowait arg from it as well. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>