From 562b9624d71d2eee6ac0f2065286798fe0f62f40 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 12 Apr 2025 15:49:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AF=B9linux/nsproxy.h?= =?UTF-8?q?=E7=9A=84=E5=BC=95=E7=94=A8=EF=BC=8C=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AF=B9../fs/mount.h=E7=9A=84=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/kpm/super_access.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kernel/kpm/super_access.c b/kernel/kpm/super_access.c index 1438676b..bc4cd768 100644 --- a/kernel/kpm/super_access.c +++ b/kernel/kpm/super_access.c @@ -2,7 +2,6 @@ #include #include #include -#include #include #include #include @@ -67,6 +66,7 @@ struct DynamicStructInfo { // ================================================================================== +#include <../fs/mount.h> #include // 定义元数据 @@ -105,7 +105,6 @@ DYNAMIC_STRUCT_BEGIN(kprobe) DEFINE_MEMBER(kprobe, pre_handler) DEFINE_MEMBER(kprobe, post_handler) DEFINE_MEMBER(kprobe, fault_handler) - DEFINE_MEMBER(kprobe, break_handler) DEFINE_MEMBER(kprobe, flags) DYNAMIC_STRUCT_END(kprobe)