[PATCH net-next 03/17] Change cork in ipv6_pinfo to a pointer.

From: Oliver Crumrine
Date: Sun Oct 22 2023 - 12:20:32 EST


The actual change to make inet6_cork a pointer in the ipv6_pinfo struct
itself.

Signed-off-by: Oliver Crumrine <ozlinuxc@xxxxxxxxx>
---
include/linux/ipv6.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h
index af8a771a053c..0c707ce9e776 100644
--- a/include/linux/ipv6.h
+++ b/include/linux/ipv6.h
@@ -290,7 +290,7 @@ struct ipv6_pinfo {
struct ipv6_txoptions __rcu *opt;
struct sk_buff *pktoptions;
struct sk_buff *rxpmtu;
- struct inet6_cork cork;
+ struct inet6_cork *cork;
};

/* WARNING: don't change the layout of the members in {raw,udp,tcp}6_sock! */
--
2.42.0