Remove macro definitions in super_access.c for kernel version 4.14 to simplify structural definitions

This commit is contained in:
ShirkNeko
2025-04-12 19:31:39 +08:00
parent 546929da55
commit e2f89709d1

View File

@@ -70,8 +70,6 @@ struct DynamicStructInfo {
#define KERNEL_VERSION_6_1 KERNEL_VERSION(6, 1, 0) #define KERNEL_VERSION_6_1 KERNEL_VERSION(6, 1, 0)
#define KERNEL_VERSION_5_15 KERNEL_VERSION(5, 15, 0) #define KERNEL_VERSION_5_15 KERNEL_VERSION(5, 15, 0)
#define KERNEL_VERSION_4_14 KERNEL_VERSION(4, 14, 0)
#include <../fs/mount.h> #include <../fs/mount.h>
#include <linux/mount.h> #include <linux/mount.h>