commit | 0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Feb 22 17:48:57 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 22 17:48:57 2011 -0800 |
tree | 895c8242220a1bbbdf0704bba009fb3a424af316 | |
parent | 05d8402576c9c1b85bfc9e4f9d6a21c27ccbd5b1 [diff] [blame] |
xfrm: Mark flowi arg to ->fill_dst() const. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index f8ccb97..fa0b7f3 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c
@@ -1369,7 +1369,7 @@ } static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, - struct flowi *fl) + const struct flowi *fl) { struct xfrm_policy_afinfo *afinfo = xfrm_policy_get_afinfo(xdst->u.dst.ops->family);