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)
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>

No differences found