From 70259a5ec5e9052b2e213e9752c06781ffb8321e Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 12 Apr 2025 17:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86super=5Faccess.c=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=A4=9A=E4=BD=99=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/kpm/super_access.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/kpm/super_access.c b/kernel/kpm/super_access.c index 41a71a52..8f2791ca 100644 --- a/kernel/kpm/super_access.c +++ b/kernel/kpm/super_access.c @@ -80,7 +80,6 @@ struct DynamicStructInfo { #define KERNEL_VERSION_4_14 KERNEL_VERSION(4, 14, 0) - #include <../fs/mount.h> #include @@ -126,7 +125,6 @@ DYNAMIC_STRUCT_BEGIN(kprobe) #if LINUX_VERSION_CODE < KERNEL_VERSION_5_10 DEFINE_MEMBER(kprobe, break_handler) #endif - DEFINE_MEMBER(kprobe, flags) DYNAMIC_STRUCT_END(kprobe) #endif