diff options
author | Sabrina Dubroca <sd@queasysnail.net> | 2022-11-24 15:43:42 +0100 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2022-11-25 10:11:41 +0100 |
commit | bd12240337f43522b99c43f8976af34c712b5f57 (patch) | |
tree | f2f27a2f87090d1bf58444706004e73eecb45331 /net/key | |
parent | 643bc1a2ee30efc9ab832401e89c9400cd9f52ac (diff) | |
download | linux-next-bd12240337f43522b99c43f8976af34c712b5f57.tar.gz |
xfrm: add extack to xfrm_do_migrate
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/key')
-rw-r--r-- | net/key/af_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/key/af_key.c b/net/key/af_key.c index c85df5b958d2..7f4ff5fe2257 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c @@ -2626,7 +2626,7 @@ static int pfkey_migrate(struct sock *sk, struct sk_buff *skb, } return xfrm_migrate(&sel, dir, XFRM_POLICY_TYPE_MAIN, m, i, - kma ? &k : NULL, net, NULL, 0); + kma ? &k : NULL, net, NULL, 0, NULL); out: return err; |