Skip to content

Commit

Permalink
xfrm: Mark flowi arg to xfrm_bundle_create() const.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 23, 2011
1 parent a6c2e61 commit 98313ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/xfrm/xfrm_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 98313ad

Please sign in to comment.