diff options
author | Steve French <smfrench@austin.rr.com> | 2005-04-29 01:41:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 01:41:08 -0400 |
commit | 966ca9234754ece58870075972ef103e354de075 (patch) | |
tree | 491cf960229a066196d1efb3f5687912b8b44fee /fs/cifs/CHANGES | |
parent | 433dc24f24b409fb130f638aa85470a0eb666206 (diff) |
[PATCH] cifs: Fix caching problem
pointed out by Dave Stahl and Vince Negri in which cifs can update the
last modify time on a server modified file without invalidating the
local cached data due to an intervening readdir.
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index be3a57509e60..0414eb325468 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,3 +1,11 @@ | |||
1 | Version 1.33 | ||
2 | ------------ | ||
3 | Fix caching problem, in which readdir of directory containing a file | ||
4 | which was cached could cause the file's time stamp to be updated | ||
5 | without invalidating the readahead data (so we could get stale | ||
6 | file data on the client for that file even as the server copy changed). | ||
7 | |||
8 | |||
1 | Version 1.32 | 9 | Version 1.32 |
2 | ------------ | 10 | ------------ |
3 | Fix oops in ls when Transact2 FindFirst (or FindNext) returns more than one | 11 | Fix oops in ls when Transact2 FindFirst (or FindNext) returns more than one |