net: l3mdev: Remove const from flowi6 arg to get_rt6_dst
authorDavid Ahern <dsa@cumulusnetworks.com>
Mon, 13 Jun 2016 20:44:17 +0000 (13:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 19:34:34 +0000 (12:34 -0700)
commitcd2a9e62c8a3c5cae7691982667d79a0edc65283
tree683e68b3c247def41683ba98ff798367a8b2a1bf
parentc9ad5a6568fb9b81c8fc10bd97867def79d2e41d
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst

Allow drivers to pass flow arg to functions where the arg is not const
and allow the driver to make updates as needed (eg., setting oif).

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
include/net/l3mdev.h
net/l3mdev/l3mdev.c