diff options
author | Steve French <sfrench@us.ibm.com> | 2005-09-15 21:47:30 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-09-15 21:47:30 -0700 |
commit | eafe87012159a40a1e7151cc576e99a22aea2f0b (patch) | |
tree | 5d9225494429ea235befb943581901d9c94aa236 /fs/cifs/CHANGES | |
parent | ab2f218f4fa2c36ecd39ac1406eec1e63cd430bd (diff) | |
download | linux-eafe87012159a40a1e7151cc576e99a22aea2f0b.tar.bz2 |
[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/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 6c73f020ef40..8b55e56cf1fe 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. |