From bcd998aad6496759d239eaba760a6ca6d1a73e2c Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Sun, 12 Jan 2003 05:31:54 -0800 Subject: [PATCH] compat_sys_[f]statfs - s390x part Here is the s390x part. Others will go through the respective maintainers. --- include/asm-s390x/compat.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3