commit | 963945bf93e46b9bf71a07bf9c78183e0f57733a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 23 18:18:58 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 24 10:12:01 2011 -0400 |
tree | 736c84e9a31b2dd736293ca117688527e3a5a194 | |
parent | 1ec95bf34d976b38897d1977b155a544d77b05e7 [diff] |
fix jffs2 ACLs on big-endian with 16bit mode_t casting int * to mode_t * is not a good thing - on a *lot* of big-endian architectures mode_t happens to be smaller than int and there it breaks quite spectaculary... Fucked-up-by: commit cfc8dc6f6f69ede939e09c2af06a01adee577285 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>