fix jffs2 ACLs on big-endian with 16bit mode_t
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 23 Jul 2011 22:18:58 +0000 (18:18 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jul 2011 14:12:01 +0000 (10:12 -0400)
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>

No differences found