From: Eric W. Biederman Date: Thu, 13 Feb 2014 00:08:06 +0000 (-0800) Subject: vfs: Document the effect of d_revalidate on d_find_alias X-Git-Tag: fixes-against-v3.18-rc2~105^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ccb354d641d910309b916b9c856e2a82ced7237;p=pandora-kernel.git vfs: Document the effect of d_revalidate on d_find_alias d_drop or check_submounts_and_drop called from d_revalidate can result in renamed directories with child dentries being unhashed. These renamed and drop directory dentries can be rehashed after d_materialise_unique uses d_find_alias to find them. Reviewed-by: Miklos Szeredi Signed-off-by: "Eric W. Biederman" Signed-off-by: Al Viro --- Reading git-diff-tree failed