From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 08:20:59 +0000
Subject: [PATCH] kernel_5.10 no rt
---
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