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

Commit 1a898592 authored by David S. Miller's avatar David S. Miller
Browse files

xfrm: Mark flowi arg to xfrm_init_tempstate() const.

parent 4a08ab0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -656,7 +656,7 @@ void xfrm_sad_getinfo(struct net *net, struct xfrmk_sadinfo *si)
EXPORT_SYMBOL(xfrm_sad_getinfo);

static int
xfrm_init_tempstate(struct xfrm_state *x, struct flowi *fl,
xfrm_init_tempstate(struct xfrm_state *x, const struct flowi *fl,
		    struct xfrm_tmpl *tmpl,
		    xfrm_address_t *daddr, xfrm_address_t *saddr,
		    unsigned short family)