aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2006-05-31 14:05:34 -0400
committerSteve French <sfrench@us.ibm.com>2006-05-31 14:05:34 -0400
commit26a21b980b1897b11fd7f9ba4bf6060c9e15df10 (patch)
treec56627f5ced7e016a4a9ec388a479270226cce27 /fs/cifs/CHANGES
parente6ed89ac9f5da16fea5111651b6de0ff0a76a5c2 (diff)
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r--fs/cifs/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES
index 7271bb0257f..953d2f7f88b 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -3,7 +3,10 @@ Version 1.43
3POSIX locking to servers which support CIFS POSIX Extensions 3POSIX locking to servers which support CIFS POSIX Extensions
4(disabled by default controlled by proc/fs/cifs/Experimental). 4(disabled by default controlled by proc/fs/cifs/Experimental).
5Handle conversion of long share names (especially Asian languages) 5Handle conversion of long share names (especially Asian languages)
6to Unicode during mount. 6to Unicode during mount. Fix memory leak in sess struct on reconnect.
7Fix rare oops after acpi suspend. Fix O_TRUNC opens to overwrite on
8cifs open which helps rare case when setpathinfo fails or server does
9not support it.
7 10
8Version 1.42 11Version 1.42
9------------ 12------------