From 079a6bec5a81be0922db6f51e1d862e376fb809b Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 19 May 2012 10:13:52 -0400 Subject: [PATCH] --- yaml --- r: 310013 b: refs/heads/master c: dcc62b6b38334075271eaffb1dc42cd47ceb5692 h: refs/heads/master i: 310011: efd44635989dfd21f365f561737980981f4252ee v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/stat.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c6ee5954fe39..2e221a13094c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 726592a9be0bdf919399d3dfa633f8e2d69cbf13 +refs/heads/master: dcc62b6b38334075271eaffb1dc42cd47ceb5692 diff --git a/trunk/arch/mips/include/asm/stat.h b/trunk/arch/mips/include/asm/stat.h index 6e00f751ab6d..fe9a4c3ec5a1 100644 --- a/trunk/arch/mips/include/asm/stat.h +++ b/trunk/arch/mips/include/asm/stat.h @@ -20,7 +20,7 @@ struct stat { long st_pad1[3]; /* Reserved for network id */ ino_t st_ino; mode_t st_mode; - nlink_t st_nlink; + __u32 st_nlink; uid_t st_uid; gid_t st_gid; unsigned st_rdev; @@ -55,7 +55,7 @@ struct stat64 { unsigned long long st_ino; mode_t st_mode; - nlink_t st_nlink; + __u32 st_nlink; uid_t st_uid; gid_t st_gid; @@ -96,7 +96,7 @@ struct stat { unsigned long st_ino; mode_t st_mode; - nlink_t st_nlink; + __u32 st_nlink; uid_t st_uid; gid_t st_gid;