summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2003-01-12 05:31:54 -0800
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-01-12 05:31:54 -0800
commitbcd998aad6496759d239eaba760a6ca6d1a73e2c (patch)
treeae54864d107d614ab143c5842c2b5442dc3f9ea8 /include
parent3929af2b29ff9edd154f47a502222fa0084b90cd (diff)
[PATCH] compat_sys_[f]statfs - s390x part
Here is the s390x part. Others will go through the respective maintainers.
Diffstat (limited to 'include')
-rw-r--r--include/asm-s390x/compat.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-s390x/compat.h b/include/asm-s390x/compat.h
index d84bb8d4020d..1b2a43d03fe1 100644
--- a/include/asm-s390x/compat.h
+++ b/include/asm-s390x/compat.h
@@ -67,4 +67,17 @@ struct compat_flock {
short __unused;
};
+struct compat_statfs {
+ s32 f_type;
+ s32 f_bsize;
+ s32 f_blocks;
+ s32 f_bfree;
+ s32 f_bavail;
+ s32 f_files;
+ s32 f_ffree;
+ compat_fsid_t f_fsid;
+ s32 f_namelen;
+ s32 f_spare[6];
+};
+
#endif /* _ASM_S390X_COMPAT_H */