diff options
author | Steve French <smfrench@austin.rr.com> | 2005-04-29 01:41:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 01:41:10 -0400 |
commit | cd63499cbe37e53e6cc084c8a35d911a4613c797 (patch) | |
tree | 5f365aa9daaf89a9890c53dc681474a7fd292e45 /fs/cifs/CHANGES | |
parent | 275cde1a1f3880601509c851d72c82bb8d3ee67c (diff) |
[PATCH] cifs: Handle case of multiple trans2 responses for one SMB request (part 2 of 2)
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 0414eb325468..3d61d96d7407 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -4,6 +4,8 @@ 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 | 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 | 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). | 6 | file data on the client for that file even as the server copy changed). |
7 | Cleanup response processing so cifsd can not loop when abnormally | ||
8 | terminated. | ||
7 | 9 | ||
8 | 10 | ||
9 | Version 1.32 | 11 | Version 1.32 |