From: Al Viro Date: Sat, 14 Oct 2006 15:48:26 +0000 (+0100) Subject: [PATCH] new cifs endianness bugs X-Git-Tag: v2.6.19-rc3~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=733f99acc82543030ce0417e2f2201ddc63097af;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed