From: <raven@themaw.net>

The correct function call is


Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/fs/autofs4/expire.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/autofs4/expire.c~autofs4-tree-race-fix-fix fs/autofs4/expire.c
--- 25/fs/autofs4/expire.c~autofs4-tree-race-fix-fix	2005-04-10 19:51:03.000000000 -0700
+++ 25-akpm/fs/autofs4/expire.c	2005-04-10 19:51:03.000000000 -0700
@@ -100,7 +100,7 @@ static int autofs4_check_tree(struct vfs
 		return 0;
 
 	/* Is someone visiting anywhere in the tree ? */
-	if (autofs4_may_umount(mnt))
+	if (may_umount_tree(mnt))
 		return 0;
 
 	spin_lock(&dcache_lock);
_