mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 09:43:59 +08:00
xfrm: Mark flowi arg to xfrm_bundle_create() const.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a6c2e61115
commit
98313adaac
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user