diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 5 |
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 | |||
14 | EAGAIN returned on kern_recvmsg. Return better error if server | 14 | EAGAIN returned on kern_recvmsg. Return better error if server |
15 | requires packet signing but client has disabled it. When mounted | 15 | requires packet signing but client has disabled it. When mounted |
16 | with cifsacl mount option - mode bits are approximated based | 16 | with cifsacl mount option - mode bits are approximated based |
17 | on the contents of the files ACL. | 17 | on the contents of the ACL of the file or directory. When cifs |
18 | mount helper is missing convert make sure that UNC name | ||
19 | has backslash (not forward slash) between ip address of server | ||
20 | and the share name. | ||
18 | 21 | ||
19 | Version 1.50 | 22 | Version 1.50 |
20 | ------------ | 23 | ------------ |