kernel: implement SuSFS v1.5.2

This commit is contained in:
Rifat Azad
2024-12-04 16:30:28 +06:00
parent 2d6b9d6fd8
commit f50ce0058c
16 changed files with 1186 additions and 13 deletions

View File

@@ -7,7 +7,9 @@
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 14, 0)
#include <linux/compiler_types.h>
#endif
#include "ksu.h"
#include "klog.h" // IWYU pragma: keep