aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
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 c65c9da863f3..6d3e736612ba 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -14,7 +14,10 @@ bigendian architectures. Fix possible memory corruption when
14EAGAIN returned on kern_recvmsg. Return better error if server 14EAGAIN returned on kern_recvmsg. Return better error if server
15requires packet signing but client has disabled it. When mounted 15requires packet signing but client has disabled it. When mounted
16with cifsacl mount option - mode bits are approximated based 16with cifsacl mount option - mode bits are approximated based
17on the contents of the files ACL. 17on the contents of the ACL of the file or directory. When cifs
18mount helper is missing convert make sure that UNC name
19has backslash (not forward slash) between ip address of server
20and the share name.
18 21
19Version 1.50 22Version 1.50
20------------ 23------------