patch-2.0.14 linux/include/asm-alpha/statfs.h

Next file: linux/include/linux/file.h
Previous file: linux/include/asm-alpha/segment.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.13/linux/include/asm-alpha/statfs.h linux/include/asm-alpha/statfs.h
@@ -3,29 +3,23 @@
 
 #ifndef __KERNEL_STRICT_NAMES
 
-#include <linux/posix_types.h>
+#include <linux/types.h>
 
 typedef __kernel_fsid_t	fsid_t;
 
 #endif
 
-/*
- * The OSF/1 statfs structure is much larger, but this should
- * match the beginning, at least.
- */
 struct statfs {
-	short	f_type;
-	short	f_flags;
-	int	f_fsize;
-	int	f_bsize;
-	int	f_blocks;
-	int	f_bfree;
-	int	f_bavail;
-	int	f_files;
-	int	f_ffree;
+	int f_type;
+	int f_bsize;
+	int f_blocks;
+	int f_bfree;
+	int f_bavail;
+	int f_files;
+	int f_ffree;
 	__kernel_fsid_t f_fsid;
-	/* linux-specific entries start here.. */
-	int	f_namelen;
+	int f_namelen;
+	int f_spare[6];
 };
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov