diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-22 20:48:57 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-22 20:48:57 -0500 |
commit | 0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87 (patch) | |
tree | 895c8242220a1bbbdf0704bba009fb3a424af316 /net/ipv4/xfrm4_policy.c | |
parent | 05d8402576c9c1b85bfc9e4f9d6a21c27ccbd5b1 (diff) |
xfrm: Mark flowi arg to ->fill_dst() const.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/xfrm4_policy.c')
-rw-r--r-- | net/ipv4/xfrm4_policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/xfrm4_policy.c b/net/ipv4/xfrm4_policy.c index ef12e6830468..1e9844d1f8c5 100644 --- a/net/ipv4/xfrm4_policy.c +++ b/net/ipv4/xfrm4_policy.c | |||
@@ -68,7 +68,7 @@ static int xfrm4_init_path(struct xfrm_dst *path, struct dst_entry *dst, | |||
68 | } | 68 | } |
69 | 69 | ||
70 | static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, | 70 | static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, |
71 | struct flowi *fl) | 71 | const struct flowi *fl) |
72 | { | 72 | { |
73 | struct rtable *rt = (struct rtable *)xdst->route; | 73 | struct rtable *rt = (struct rtable *)xdst->route; |
74 | 74 | ||