commit | 365b18189789bfa1acd9939e6312b8a4b4577b28 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 07 18:53:25 2010 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:48:44 2010 -0400 |
tree | ffb71da8e11c7751002d018d0b44c41776bc92a3 | |
parent | ebabe9a9001af0af56c0c2780ca1576246e7a74b [diff] |
add f_flags to struct statfs(64) Add a flags field to help glibc implementing statvfs(3) efficiently. We copy the flag values from glibc, and add a new ST_VALID flag to denote that f_flags is implemented. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>