summaryrefslogtreecommitdiffstats
path: root/include/linux/vfs.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
committer <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
commite7c2a72e2680827d6a733931273a93461c0d8d1b (patch)
treec9abeda78ef7504062bb2e816bcf3e3c9d680112 /include/linux/vfs.h
parentec6044459060a8c9ce7f64405c465d141898548c (diff)
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'include/linux/vfs.h')
-rw-r--r--include/linux/vfs.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/include/linux/vfs.h b/include/linux/vfs.h
index 463df2fd7..b3a58657d 100644
--- a/include/linux/vfs.h
+++ b/include/linux/vfs.h
@@ -1,21 +1,6 @@
#ifndef _LINUX_VFS_H
#define _LINUX_VFS_H
-typedef struct {
- long val[2];
-} fsid_t;
-
-struct statfs {
- long f_type;
- long f_bsize;
- long f_blocks;
- long f_bfree;
- long f_bavail;
- long f_files;
- long f_ffree;
- fsid_t f_fsid;
- long f_namelen;
- long f_spare[6];
-};
+#include <asm/statfs.h>
#endif