commit | 966ca9234754ece58870075972ef103e354de075 | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@austin.rr.com> | Thu Apr 28 22:41:08 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Apr 28 22:41:08 2005 -0700 |
tree | 491cf960229a066196d1efb3f5687912b8b44fee | |
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>