From 093a6c67005148ae32a5c9e4553491b9f5c2457b Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:40:51 +0000
Subject: [PATCH] disable kernel build waring
---
kernel/include/linux/stat.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/kernel/include/linux/stat.h b/kernel/include/linux/stat.h
index 528c4ba..fff27e6 100644
--- a/kernel/include/linux/stat.h
+++ b/kernel/include/linux/stat.h
@@ -19,8 +19,6 @@
#include <linux/time.h>
#include <linux/uidgid.h>
-#define KSTAT_QUERY_FLAGS (AT_STATX_SYNC_TYPE)
-
struct kstat {
u32 result_mask; /* What fields the user got */
umode_t mode;
@@ -47,6 +45,7 @@
struct timespec64 ctime;
struct timespec64 btime; /* File creation time */
u64 blocks;
+ u64 mnt_id;
};
#endif
--
Gitblit v1.6.2