From: Eric W. Biederman Date: Thu, 13 Feb 2014 18:24:23 +0000 (-0800) Subject: proc: Update proc_flush_task_mnt to use d_invalidate X-Git-Tag: fixes-against-v3.18-rc2~105^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd5192412fdedbae00888316bfe350bf89d0458;p=pandora-kernel.git proc: Update proc_flush_task_mnt to use d_invalidate Now that d_invalidate always succeeds and flushes mount points use it in stead of a combination of shrink_dcache_parent and d_drop in proc_flush_task_mnt. This removes the danger of a mount point under /proc//... becoming unreachable after the d_drop. Reviewed-by: Miklos Szeredi Signed-off-by: "Eric W. Biederman" Signed-off-by: Al Viro --- Reading git-diff-tree failed