diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-22 18:36:50 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-22 18:36:50 -0800 |
commit | 98313adaac2bdaeab0b60fb3c6bfc94dd6704d6f (patch) | |
tree | 3117bbd44d4d9b6f72cf4157099726b2f5774715 /net/xfrm | |
parent | a6c2e611152fcdc67047aaa56b75b9cfc592ce71 (diff) | |
download | linux-98313adaac2bdaeab0b60fb3c6bfc94dd6704d6f.tar.gz linux-98313adaac2bdaeab0b60fb3c6bfc94dd6704d6f.tar.bz2 linux-98313adaac2bdaeab0b60fb3c6bfc94dd6704d6f.zip |
xfrm: Mark flowi arg to xfrm_bundle_create() const.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm')
-rw-r--r-- | net/xfrm/xfrm_policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index 3d4545683268..a558dc78bbee 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c @@ -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); |