git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecaf18c
)
regression: cifs endianness bug
author
Al Viro
<viro@ftp.linux.org.uk>
Wed, 5 Dec 2007 08:24:38 +0000
(08:24 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 5 Dec 2007 17:25:19 +0000
(09:25 -0800)
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>
No differences found