vfs: Remove unnecessary calls of check_submounts_and_drop
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 13 Feb 2014 17:34:30 +0000 (09:34 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Oct 2014 06:38:56 +0000 (02:38 -0400)
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 <miklos@szeredi.hu>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found