[PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket error
commit6cec2aed8686840906f6298391dc4fd04d9ba843
authorSteve French <smfltc@us.ibm.com>
Wed, 22 Feb 2006 23:31:52 +0000 (22 17:31 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 22 Feb 2006 23:20:33 +0000 (22 15:20 -0800)
treea6ae4784522a03c5b8eb6041ef0da5e8c81b14dc
parentc45ec6566021ba3162233b575e7bc76d57b86688
[PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket error

Thanks to Adrian Bunk for debugging the problem and to Shaggy for
helping find the solution.

Also added a fix for 64K pages we found in loosely-related testing

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/cifs/cifssmb.c
fs/cifs/connect.c