diff options
author | David S. Miller <davem@davemloft.net> | 2010-02-22 03:03:16 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-22 03:03:16 +0100 |
commit | 2531be413b3f2f64c0282073de89fe52bbcbbab5 (patch) | |
tree | 6b4499535867ebc3a06fac1b9d192b531e602adc /arch/sparc/include/asm/eeprom.h | |
parent | sparc64: Fix sun4u execute bit check in TSB I-TLB load. (diff) | |
download | linux-2531be413b3f2f64c0282073de89fe52bbcbbab5.tar.xz linux-2531be413b3f2f64c0282073de89fe52bbcbbab5.zip |
sparc32: Fix struct stat uid/gid types.
Commit 085219f79cad89291699bd2bfb21c9fdabafe65f
("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>
Diffstat (limited to 'arch/sparc/include/asm/eeprom.h')
0 files changed, 0 insertions, 0 deletions