commit | 0fd7bee1e9b68fd271ad87c3e705facd1ca38055 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sat Jun 02 21:34:52 2012 +1000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 02 10:44:11 2012 -0400 |
tree | dab55cbc3e8c31d419ebf9fbb5e7f180c66d52ee | |
parent | 86c47b70f62a7072d441ba212aab33c2f82627c2 [diff] |
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>