aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r--fs/cifs/CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES
index 1cfa72ef1f37..72063f5e56b1 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -8,7 +8,9 @@ top of the share. Fix problem in 2.6.28 resolving DFS paths to
8Samba servers (worked to Windows). Fix rmdir so that pending search 8Samba servers (worked to Windows). Fix rmdir so that pending search
9(readdir) requests do not get invalid results which include the now 9(readdir) requests do not get invalid results which include the now
10removed directory. Fix oops in cifs_dfs_ref.c when prefixpath is not reachable 10removed directory. Fix oops in cifs_dfs_ref.c when prefixpath is not reachable
11when using DFS. 11when using DFS. Add better file create support to servers which support
12the CIFS POSIX protocol extensions (this adds support for new flags
13on create, and improves semantics for write of locked ranges).
12 14
13Version 1.55 15Version 1.55
14------------ 16------------