]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipv4/ipmr.c
net: ipmr: Remove nowait arg to ipmr_get_route
authorDavid Ahern <dsa@cumulusnetworks.com>
Sat, 7 Jan 2017 01:39:06 +0000 (17:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Jan 2017 22:14:35 +0000 (17:14 -0500)
commit9f09eaeae28a0c67b8fc2b5acb411a5d4fd8cc80
treea5c80808b15c106fae1017c471171d63b57710b0
parent60889869147e3dcd62032005a85eb7693bf828d8
net: ipmr: Remove nowait arg to ipmr_get_route

ipmr_get_route has 1 caller and the nowait arg is 0. Remove the arg and
simplify ipmr_get_route accordingly.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mroute.h
net/ipv4/ipmr.c
net/ipv4/route.c