Commit 98313adaac2bdaeab0b60fb3c6bfc94dd6704d6f

Authored by David S. Miller
1 parent a6c2e61115

xfrm: Mark flowi arg to xfrm_bundle_create() 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
... ... @@ -1390,7 +1390,7 @@
1390 1390  
1391 1391 static struct dst_entry *xfrm_bundle_create(struct xfrm_policy *policy,
1392 1392 struct xfrm_state **xfrm, int nx,
1393   - struct flowi *fl,
  1393 + const struct flowi *fl,
1394 1394 struct dst_entry *dst)
1395 1395 {
1396 1396 struct net *net = xp_net(policy);