summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-08-09 22:04:42 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-08-09 22:04:42 +0000
commit7d5f5b48b656309ddb06aa3db34fd7d66c9624d2 (patch)
tree84f564bba602c08c7d0faedb22b2ad3f8f48ebd1 /include
parent271bfee2be2ff15ab3ae997119248714985562dd (diff)
Kill st_fstype member.
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/stat.h3
-rw-r--r--include/asm-mips64/stat.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-mips/stat.h b/include/asm-mips/stat.h
index aa7722afc..f50a2075b 100644
--- a/include/asm-mips/stat.h
+++ b/include/asm-mips/stat.h
@@ -44,8 +44,7 @@ struct stat {
long reserved2;
long st_blksize;
long st_blocks;
- char st_fstype[16]; /* Filesystem type name */
- long st_pad4[10];
+ long st_pad4[14];
};
/*
diff --git a/include/asm-mips64/stat.h b/include/asm-mips64/stat.h
index cef01cf27..8162a39f6 100644
--- a/include/asm-mips64/stat.h
+++ b/include/asm-mips64/stat.h
@@ -48,8 +48,7 @@ struct stat32 {
int reserved2;
int st_blksize;
int st_blocks;
- char st_fstype[16]; /* Filesystem type name */
- int st_pad4[10];
+ int st_pad4[14];
};
/* The memory layout is the same as of struct stat64 of the 32-bit kernel. */