diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2020-05-14 17:44:24 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2020-05-14 17:44:24 +0300 |
commit | fa2fcf4f1df1559a0a4ee0f46915b496cc2ebf60 (patch) | |
tree | d25e1c625ea59a128dc263d18b653986498f0806 /include/linux/stat.h | |
parent | 761e28fa270a3cc0f2ae9a0f4f778239b91a9df2 (diff) | |
download | linux-fa2fcf4f1df1559a0a4ee0f46915b496cc2ebf60.tar.xz |
statx: add mount ID
Systemd is hacking around to get it and it's trivial to add to statx, so...
Cc: linux-api@vger.kernel.org
Cc: linux-man@vger.kernel.org
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/linux/stat.h')
-rw-r--r-- | include/linux/stat.h | 1 |
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 |