From: J. Bruce Fields Date: Wed, 18 Jul 2012 22:27:37 +0000 (-0600) Subject: dcache: don't clear DCACHE_DISCONNECTED too early X-Git-Tag: v3.13-rc1~107^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80de2cde10350b8d146e375ff8b634e72e6a827;p=pandora-kernel.git dcache: don't clear DCACHE_DISCONNECTED too early DCACHE_DISCONNECTED should not be cleared until we're sure the dentry is connected all the way up to the root of the filesystem. It *shouldn't* be cleared as soon as the dentry is connected to a parent. That will cause bugs at least on exportable filesystems. Acked-by: Christoph Hellwig Signed-off-by: J. Bruce Fields Signed-off-by: Al Viro --- Reading git-diff-tree failed