Commit 963945bf authored by Al Viro's avatar Al Viro
Browse files

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 cfc8dc6f


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 1ec95bf3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment