Files
linux/arch/sparc/include/asm
David S. Miller 4ce9b6fbec sparc32: Fix struct stat uid/gid types.
[ Upstream commit 2531be413b ]

Commit 085219f79c
("sparc32: use proper types in struct stat")

Accidently changed the struct stat uid/gid members
to uid_t and gid_t, but those get set to
__kernel_uid32_t and __kernel_gid32_t respectively.
Those are of type 'int' but the structure is meant
to have 'short'.  So use uid16_t and gid16_t to
correct this.

Reported-by: Rob Landley <rob@landley.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-03-15 08:49:38 -07:00
..
2008-12-09 00:50:13 -08:00
2008-08-31 20:59:37 -07:00
2010-02-09 04:50:50 -08:00
2009-06-07 05:01:00 -07:00
2008-08-31 20:56:15 -07:00
2008-07-30 15:40:50 -07:00
2008-08-24 20:33:56 -07:00
2010-03-15 08:49:38 -07:00
2008-08-29 02:15:23 -07:00
2009-01-04 15:44:52 -08:00
2008-12-26 15:35:41 -08:00
2008-08-30 00:37:36 -07:00
2009-01-02 21:15:25 -08:00
2010-03-15 08:49:38 -07:00
2009-08-10 09:35:00 +02:00
2008-08-31 20:59:37 -07:00
2009-01-02 18:35:29 -08:00
2009-01-02 19:42:12 -08:00
2008-12-27 00:35:12 -08:00
2009-01-02 19:34:46 -08:00
2009-01-02 21:10:04 -08:00
2008-12-07 00:04:30 -08:00
2010-03-15 08:49:38 -07:00
2008-09-06 19:30:17 +01:00
2009-01-06 18:10:27 -08:00
2008-07-27 17:31:48 -07:00
2008-11-12 23:51:54 -08:00
2009-07-10 14:24:05 -07:00
2008-09-19 21:18:03 -07:00
2009-01-02 21:33:05 -08:00
2009-08-16 18:25:00 -07:00
2008-08-31 20:59:37 -07:00