]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] v9fs: fix overzealous dropping of dentry which breaks dcache
authorEric Van Hensbergen <ericvh@hera.kernel.org>
Fri, 17 Mar 2006 07:04:04 +0000 (23:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Mar 2006 15:51:25 +0000 (07:51 -0800)
commit8532159f5521ba24e697f0d25970ae89ff62a1f2
tree38a816eda7461a8c406053a0755efa479e4e3ced
parenta0a0c28c1a7109d7955815074c52cac079ab3ba5
[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>
fs/9p/vfs_dir.c