From: Eric Van Hensbergen Date: Fri, 17 Mar 2006 07:04:04 +0000 (-0800) Subject: [PATCH] v9fs: fix overzealous dropping of dentry which breaks dcache X-Git-Tag: v2.6.16~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8532159f5521ba24e697f0d25970ae89ff62a1f2;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed