[PATCH] new cifs endianness bugs
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 14 Oct 2006 15:48:26 +0000 (16:48 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 15 Oct 2006 18:00:58 +0000 (11:00 -0700)
commit733f99acc82543030ce0417e2f2201ddc63097af
treeea056804fb4883b407422ac563373c1092fe389c
parent645408d1ffe9f27b176a88302c22420f301607db
[PATCH] new cifs endianness bugs

* missing cpu_to_le64() for ChangeTime (introduced by
    [CIFS] Legacy time handling for Win9x and OS/2 part 1)
* missing le16_to_cpu() for DialectIndex (introduced by
    [CIFS] Do not send newer QFSInfo to legacy servers which can not support it)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/cifs/cifssmb.c