diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-23 02:48:57 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-23 02:48:57 +0100 |
commit | 0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87 (patch) | |
tree | 895c8242220a1bbbdf0704bba009fb3a424af316 /net/xfrm | |
parent | xfrm: Mark flowi arg to ->get_tos() const. (diff) | |
download | linux-0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87.tar.xz linux-0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87.zip |
xfrm: Mark flowi arg to ->fill_dst() 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 f8ccb97b234e..fa0b7f33874b 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c @@ -1369,7 +1369,7 @@ static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, } static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, - struct flowi *fl) + const struct flowi *fl) { struct xfrm_policy_afinfo *afinfo = xfrm_policy_get_afinfo(xdst->u.dst.ops->family); |