]> git.baikalelectronics.ru Git - kernel.git/commit
add f_flags to struct statfs(64)
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Jul 2010 16:53:25 +0000 (18:53 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:48:44 +0000 (16:48 -0400)
commitbb57397752543a496b21d64239f9388b11dd4377
treeffb71da8e11c7751002d018d0b44c41776bc92a3
parent1ebfcb1e7a3d49b46f82977a716d5fce753d9c0e
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>
arch/mips/include/asm/statfs.h
arch/s390/include/asm/statfs.h
fs/statfs.c
include/asm-generic/statfs.h
include/linux/statfs.h