Skip to content

Commit 4ca2e68

Browse files
committed
xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const.
Signed-off-by: David S. Miller <[email protected]>
1 parent 3f0e18f commit 4ca2e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/xfrm/xfrm_policy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ static int xfrm_expand_policies(const struct flowi *fl, u16 family,
15861586

15871587
static struct xfrm_dst *
15881588
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,
15901590
struct dst_entry *dst_orig)
15911591
{
15921592
struct net *net = xp_net(pols[0]);

0 commit comments

Comments
 (0)