From 7d5f5b48b656309ddb06aa3db34fd7d66c9624d2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 9 Aug 2000 22:04:42 +0000 Subject: [PATCH] Kill st_fstype member. --- include/asm-mips/stat.h | 3 +-- include/asm-mips64/stat.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/asm-mips/stat.h b/include/asm-mips/stat.h index aa7722afcfc..f50a2075b2d 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 cef01cf2787..8162a39f6e8 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. */ -- 2.11.4.GIT