aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-09-15 21:47:30 -0700
committerSteve French <sfrench@us.ibm.com>2005-09-15 21:47:30 -0700
commiteafe87012159a40a1e7151cc576e99a22aea2f0b (patch)
tree5d9225494429ea235befb943581901d9c94aa236 /fs/cifs/CHANGES
parentab2f218f4fa2c36ecd39ac1406eec1e63cd430bd (diff)
downloadlinux-eafe87012159a40a1e7151cc576e99a22aea2f0b.tar.gz
[CIFS] Fix readdir caching when unlink removes file in current search
buffer, and this is followed by a rewind search to just before the deleted entry. Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r--fs/cifs/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES
index 6c73f020ef400b..8b55e56cf1fec1 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -1,3 +1,8 @@
+Version 1.37
+------------
+Fix readdir caching when unlink removes file in current search buffer,
+and this is followed by a rewind search to just before the deleted entry.
+
Version 1.36
------------
Add support for mounting to older pre-CIFS servers such as Windows9x and ME.