Commit 4a08ab0f authored by David S. Miller's avatar David S. Miller

xfrm: Mark flowi arg to xfrm_state_look_at() const.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e33f7704
......@@ -746,7 +746,7 @@ static void xfrm_hash_grow_check(struct net *net, int have_hash_collision)
}
static void xfrm_state_look_at(struct xfrm_policy *pol, struct xfrm_state *x,
struct flowi *fl, unsigned short family,
const struct flowi *fl, unsigned short family,
xfrm_address_t *daddr, xfrm_address_t *saddr,
struct xfrm_state **best, int *acq_in_progress,
int *error)
......
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