From: Al Viro Date: Sat, 23 Jul 2011 22:18:58 +0000 (-0400) Subject: fix jffs2 ACLs on big-endian with 16bit mode_t X-Git-Tag: v3.1-rc1~246^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963945bf93e46b9bf71a07bf9c78183e0f57733a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed