xfrm: pass extack down to xfrm_type ->init_state
[linux-block.git] / net / ipv6 / ah6.c
index b5995c1f4d7a50dd2f8766304f2bb4a4ae4f2358..f5bc0d4b37ad50f75ed511ab94286973d08f747f 100644 (file)
@@ -666,7 +666,7 @@ static int ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
        return 0;
 }
 
-static int ah6_init_state(struct xfrm_state *x)
+static int ah6_init_state(struct xfrm_state *x, struct netlink_ext_ack *extack)
 {
        struct ah_data *ahp = NULL;
        struct xfrm_algo_desc *aalg_desc;