From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:20:52 +0000
Subject: [PATCH] add new system file

---
 kernel/include/linux/if_tap.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/include/linux/if_tap.h b/kernel/include/linux/if_tap.h
index 8e66866..915a187 100644
--- a/kernel/include/linux/if_tap.h
+++ b/kernel/include/linux/if_tap.h
@@ -62,7 +62,6 @@
 struct tap_queue {
 	struct sock sk;
 	struct socket sock;
-	struct socket_wq wq;
 	int vnet_hdr_sz;
 	struct tap_dev __rcu *tap;
 	struct file *file;

--
Gitblit v1.6.2