diff options
author | Steve French <sfrench@us.ibm.com> | 2005-09-20 23:49:16 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-09-20 23:49:16 -0400 |
commit | e30dcf3a1905b4d2154f95db5fdfdf69691b4f0e (patch) | |
tree | 13fb11eff9f5bbbfae6eeefaf8f6a56c76885347 /fs/cifs/CHANGES | |
parent | 3e87d80391c84eefceb4bda94a6363661dba4f71 (diff) |
[CIFS] Add support for legacy servers part eight. Write fixes for Windows
ME, and do not set ctime unless explicitly requested with atime and/or
mtime (it gets thrown away by most servers anyway as there is no way to set
this via posix).
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 8b55e56cf1fe..47ae68b51847 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -2,6 +2,8 @@ Version 1.37 | |||
2 | ------------ | 2 | ------------ |
3 | Fix readdir caching when unlink removes file in current search buffer, | 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. | 4 | and this is followed by a rewind search to just before the deleted entry. |
5 | Do not attempt to set ctime unless atime and/or mtime change requested | ||
6 | (most servers throw it away anyway). | ||
5 | 7 | ||
6 | Version 1.36 | 8 | Version 1.36 |
7 | ------------ | 9 | ------------ |