From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 03 Jan 2024 09:43:39 +0000
Subject: [PATCH] update kernel to 5.10.198

---
 kernel/include/net/netns/nftables.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/kernel/include/net/netns/nftables.h b/kernel/include/net/netns/nftables.h
index ccb84b7..7ccd27f 100644
--- a/kernel/include/net/netns/nftables.h
+++ b/kernel/include/net/netns/nftables.h
@@ -6,14 +6,7 @@
 #include <linux/android_kabi.h>
 
 struct netns_nftables {
-	struct list_head	tables;
-	struct list_head	commit_list;
-	struct list_head	module_list;
-	struct list_head	notify_list;
-	struct mutex		commit_mutex;
-	unsigned int		base_seq;
 	u8			gencursor;
-	u8			validate_state;
 
 	ANDROID_KABI_RESERVE(1);
 };

--
Gitblit v1.6.2