From: Eric W. Biederman Date: Thu, 13 Feb 2014 17:34:30 +0000 (-0800) Subject: vfs: Remove unnecessary calls of check_submounts_and_drop X-Git-Tag: fixes-against-v3.18-rc2~105^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b053f3207e8887fed88162a339fdd4001abcdb2;p=pandora-kernel.git vfs: Remove unnecessary calls of check_submounts_and_drop Now that check_submounts_and_drop can not fail and is called from d_invalidate there is no longer a need to call check_submounts_and_drom from filesystem d_revalidate methods so remove it. Reviewed-by: Miklos Szeredi Signed-off-by: "Eric W. Biederman" Signed-off-by: Al Viro --- Reading git-diff-tree failed