hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/stat.h
....@@ -19,8 +19,6 @@
1919 #include <linux/time.h>
2020 #include <linux/uidgid.h>
2121
22
-#define KSTAT_QUERY_FLAGS (AT_STATX_SYNC_TYPE)
23
-
2422 struct kstat {
2523 u32 result_mask; /* What fields the user got */
2624 umode_t mode;
....@@ -47,6 +45,7 @@
4745 struct timespec64 ctime;
4846 struct timespec64 btime; /* File creation time */
4947 u64 blocks;
48
+ u64 mnt_id;
5049 };
5150
5251 #endif