Prev: [044/165] perf: Resurrect flat callchains
Next: [013/165] sky2: enable rx/tx in sky2_phy_reinit()
From: Greg KH on 30 Jul 2010 15:20 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Rob Landley <rob(a)landley.net> commit 7469a9acf919d36836f6c635099d8edc9be4528a upstream. Signed-off-by: Rob Landley <rob(a)landley.net> Signed-off-by: David S. Miller <davem(a)davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- arch/sparc/include/asm/stat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/sparc/include/asm/stat.h +++ b/arch/sparc/include/asm/stat.h @@ -53,8 +53,8 @@ struct stat { ino_t st_ino; mode_t st_mode; short st_nlink; - uid16_t st_uid; - gid16_t st_gid; + unsigned short st_uid; + unsigned short st_gid; unsigned short st_rdev; off_t st_size; time_t st_atime; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [044/165] perf: Resurrect flat callchains Next: [013/165] sky2: enable rx/tx in sky2_phy_reinit() |