From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 16 Oct 2024 01:20:19 +0000
Subject: [PATCH] 修改GPIO导出默认初始值
---
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