Commit 4ca2e685114c55e6777022a46849795d2aa1d31a

Authored by David S. Miller
1 parent 3f0e18fb0e

xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const.

Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

net/xfrm/xfrm_policy.c
... ... @@ -1586,7 +1586,7 @@
1586 1586  
1587 1587 static struct xfrm_dst *
1588 1588 xfrm_resolve_and_create_bundle(struct xfrm_policy **pols, int num_pols,
1589   - struct flowi *fl, u16 family,
  1589 + const struct flowi *fl, u16 family,
1590 1590 struct dst_entry *dst_orig)
1591 1591 {
1592 1592 struct net *net = xp_net(pols[0]);