kernel: Revert partial changes

This commit is contained in:
ShirkNeko
2025-09-27 22:45:23 +08:00
parent 3a8b5561ec
commit 3140d9671f
4 changed files with 7 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
#include <linux/fs.h>
#include <linux/tracepoint.h>
DECLARE_TRACE(ksu_trace_execveat_sucompat_hook,
DECLARE_TRACE(ksu_trace_execveat_hook,
TP_PROTO(int *fd, struct filename **filename_ptr, void *argv, void *envp, int *flags),
TP_ARGS(fd, filename_ptr, argv, envp, flags));