Skip to content

Commit 98313ad

Browse files
committed
xfrm: Mark flowi arg to xfrm_bundle_create() const.
Signed-off-by: David S. Miller <[email protected]>
1 parent a6c2e61 commit 98313ad

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
@@ -1390,7 +1390,7 @@ static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
13901390

13911391
static struct dst_entry *xfrm_bundle_create(struct xfrm_policy *policy,
13921392
struct xfrm_state **xfrm, int nx,
1393-
struct flowi *fl,
1393+
const struct flowi *fl,
13941394
struct dst_entry *dst)
13951395
{
13961396
struct net *net = xp_net(policy);

0 commit comments

Comments
 (0)