From: Al Viro Date: Wed, 5 Dec 2007 08:24:38 +0000 (+0000) Subject: regression: cifs endianness bug X-Git-Tag: v2.6.24-rc5~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5e6857b3f3acc8ab434e565b7ec87bf9f9b53c;p=pandora-kernel.git regression: cifs endianness bug access_flags_to_mode() gets on-the-wire data (little-endian) and treats it as host-endian. Introduced in commit e01b64001359034d04c695388870936ed3d1b56b ("[CIFS] enable get mode from ACL when cifsacl mount option specified") Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed