Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98313ada authored by David S. Miller's avatar David S. Miller
Browse files

xfrm: Mark flowi arg to xfrm_bundle_create() const.

parent a6c2e611
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1390,7 +1390,7 @@ static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,

static struct dst_entry *xfrm_bundle_create(struct xfrm_policy *policy,
					    struct xfrm_state **xfrm, int nx,
					    struct flowi *fl,
					    const struct flowi *fl,
					    struct dst_entry *dst)
{
	struct net *net = xp_net(policy);