[PATCH] cifs: Fix caching problem
authorSteve French <smfrench@austin.rr.com>
Fri, 29 Apr 2005 05:41:08 +0000 (22:41 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 05:41:08 +0000 (22:41 -0700)
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>

No differences found