diff options
author | Steve French <sfrench@us.ibm.com> | 2005-09-16 00:47:30 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-09-16 00:47:30 -0400 |
commit | eafe87012159a40a1e7151cc576e99a22aea2f0b (patch) | |
tree | 5d9225494429ea235befb943581901d9c94aa236 /fs/cifs/CHANGES | |
parent | ab2f218f4fa2c36ecd39ac1406eec1e63cd430bd (diff) |
[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 @@ | |||
1 | Version 1.37 | ||
2 | ------------ | ||
3 | Fix readdir caching when unlink removes file in current search buffer, | ||
4 | and this is followed by a rewind search to just before the deleted entry. | ||
5 | |||
1 | Version 1.36 | 6 | Version 1.36 |
2 | ------------ | 7 | ------------ |
3 | Add support for mounting to older pre-CIFS servers such as Windows9x and ME. | 8 | Add support for mounting to older pre-CIFS servers such as Windows9x and ME. |