summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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. */