From f80de2cde10350b8d146e375ff8b634e72e6a827 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Wed, 18 Jul 2012 16:27:37 -0600 Subject: [PATCH] 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-format-patch failed