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

xfrm: Mark flowi arg to xfrm_init_tempstate() const.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4a08ab0f
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment