commit | 8532159f5521ba24e697f0d25970ae89ff62a1f2 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@hera.kernel.org> | Thu Mar 16 23:04:04 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 17 07:51:25 2006 -0800 |
tree | 38a816eda7461a8c406053a0755efa479e4e3ced | |
parent | a0a0c28c1a7109d7955815074c52cac079ab3ba5 [diff] |
[PATCH] v9fs: fix overzealous dropping of dentry which breaks dcache There is a d_drop in dir_release which caused problems as it invalidates dcache entries too soon. This was likely a part of the wierd cwd behavior folks were seeing. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>