[PATCH] 2TB files: st_blocks is invalid when calling stat64
[powerpc.git] / include / asm-i386 / stat.h
index b464f80..67eae78 100644 (file)
@@ -58,8 +58,7 @@ struct stat64 {
        long long       st_size;
        unsigned long   st_blksize;
 
-       unsigned long   st_blocks;      /* Number 512-byte blocks allocated. */
-       unsigned long   __pad4;         /* future possible st_blocks high bits */
+       unsigned long long      st_blocks;      /* Number 512-byte blocks allocated. */
 
        unsigned long   st_atime;
        unsigned long   st_atime_nsec;