kernel/include/linux/stat.h
.. .. @@ -19,8 +19,6 @@ 19 19 #include <linux/time.h> 20 20 #include <linux/uidgid.h> 21 21 22 -#define KSTAT_QUERY_FLAGS (AT_STATX_SYNC_TYPE)23 -24 22 struct kstat { 25 23 u32 result_mask; /* What fields the user got */ 26 24 umode_t mode; .. .. @@ -47,6 +45,7 @@ 47 45 struct timespec64 ctime; 48 46 struct timespec64 btime; /* File creation time */ 49 47 u64 blocks; 48 + u64 mnt_id;50 49 }; 51 50 52 51 #endif