From: Ian Kent Sorry, this error got through. Signed-off-by: Ian Kent Signed-off-by: Andrew Morton --- fs/autofs4/expire.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN fs/autofs4/expire.c~autofs4-expire-mounts-that-hold-no-extra-references-only-fix fs/autofs4/expire.c --- devel/fs/autofs4/expire.c~autofs4-expire-mounts-that-hold-no-extra-references-only-fix 2006-01-18 18:48:12.000000000 -0800 +++ devel-akpm/fs/autofs4/expire.c 2006-01-18 18:48:12.000000000 -0800 @@ -255,11 +255,11 @@ static struct dentry *autofs4_expire(str dentry, (int)dentry->d_name.len, dentry->d_name.name); /* Can we umount this guy */ - if (autofs4_mount_busy(mnt, dentry)) { + if (autofs4_mount_busy(mnt, dentry)) goto next; /* Can we expire this guy */ - if (autofs4_can_expire(dentry, timeout, do_now)) + if (autofs4_can_expire(dentry, timeout, do_now)) { expired = dentry; break; } _