| commit | 733f99acc82543030ce0417e2f2201ddc63097af | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@ftp.linux.org.uk> | Sat Oct 14 16:48:26 2006 +0100 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 15 11:00:58 2006 -0700 |
| tree | ea056804fb4883b407422ac563373c1092fe389c | |
| parent | 645408d1ffe9f27b176a88302c22420f301607db [diff] |
[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>