]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipv6: remove nowait arg to rt6_fill_node
authorDavid Ahern <dsa@cumulusnetworks.com>
Tue, 17 Jan 2017 23:51:07 +0000 (15:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jan 2017 20:43:59 +0000 (15:43 -0500)
commit72fa14eb7350f2ff3efde4fb949ade84d25eacb4
tree4f0511187c4767663fedcfca5f642d3a719fedf8
parent86c63306769bcf91c08d2f1ecaf38294ac5e5873
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>
include/linux/mroute6.h
net/ipv6/ip6mr.c
net/ipv6/route.c