hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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