commit | 9c7a4f9ce651383c73dfdff3d7e21d5f9572c4ec | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Mar 22 19:17:36 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 22 19:17:36 2011 -0700 |
tree | 5286988a4c78be842ea164c24e1acf932d19b4a0 | |
parent | db138908ccff404b9920f18f6244f4bff2368c04 [diff] |
ipv6: ip6_route_output does not modify sk parameter, so make it const This avoids explicit cast to avoid 'discards qualifiers' compiler warning in a netfilter patch that i've been working on. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>