commit | 32f16369e59fcc505c5ed93a6a8cad3d5636b463 | [log] [tgz] |
---|---|---|
author | Simon Horman <simon.horman@netronome.com> | Mon Oct 02 10:41:15 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 02 11:06:07 2017 -0700 |
tree | a7a825f893b53a374e9543ea942bfd4022461a1b | |
parent | 0929567a7a2dab8455a7313956973ff0d339709a [diff] |
net/dst: Make skb parameter of skb{metadata_dst, tunnel_info}() const Make the skb parameter of skb_metadata_dst() and skb_tunnel_info() const as they are not modified. This is in preparation for using them in call-sites where skb is const. Signed-off-by: Simon Horman <simon.horman@netronome.com> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>