aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMiklos Szeredi <[email protected]>2020-05-14 16:44:24 +0200
committerMiklos Szeredi <[email protected]>2020-05-14 16:44:24 +0200
commitfa2fcf4f1df1559a0a4ee0f46915b496cc2ebf60 (patch)
treed25e1c625ea59a128dc263d18b653986498f0806 /include/linux
parent761e28fa270a3cc0f2ae9a0f4f778239b91a9df2 (diff)
statx: add mount ID
Systemd is hacking around to get it and it's trivial to add to statx, so... Cc: [email protected] Cc: [email protected] Signed-off-by: Miklos Szeredi <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h
index 528c4baad091..56614af83d4a 100644
--- a/include/linux/stat.h
+++ b/include/linux/stat.h
@@ -47,6 +47,7 @@ struct kstat {
struct timespec64 ctime;
struct timespec64 btime; /* File creation time */
u64 blocks;
+ u64 mnt_id;
};
#endif