]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 25 Feb 2014 03:48:35 +0000 (19:48 -0800)
commit0b1ba993d603825bc1b467a51dbeed69a61bcd0c
treece27ca2958d2457f4bc536d4480dea0eec05b3a4
parentf43d102a391db6a8c9d56580992cbefaea9ab270
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 <miklos@szeredi.hu>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/afs/dir.c
fs/fuse/dir.c
fs/gfs2/dentry.c
fs/kernfs/dir.c
fs/nfs/dir.c