commit | 9b5e6857b3f3acc8ab434e565b7ec87bf9f9b53c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Wed Dec 05 08:24:38 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Dec 05 09:25:19 2007 -0800 |
tree | e4acfece76f0a6de5a34b89703ccbd02551b4688 | |
parent | ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 [diff] |
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 <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>