powerpc: Fix size of st_nlink on 64bit
authorAnton Blanchard <anton@samba.org>
Sat, 2 Jun 2012 11:34:52 +0000 (21:34 +1000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 2 Jun 2012 14:44:11 +0000 (10:44 -0400)
commit0fd7bee1e9b68fd271ad87c3e705facd1ca38055
treedab55cbc3e8c31d419ebf9fbb5e7f180c66d52ee
parent86c47b70f62a7072d441ba212aab33c2f82627c2
powerpc: Fix size of st_nlink on 64bit

commit e57f93cc53b7 (powerpc: get rid of nlink_t uses, switch to
explicitly-sized type) changed the size of st_nlink on ppc64 from
a long to a short, resulting in boot failures.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/powerpc/include/asm/stat.h