Sorry, this error got through.
Signed-off-by: Ian Kent <[EMAIL PROTECTED]>
--- linux-2.6.16-rc1/fs/autofs4/expire.c.expire-not-busy-only-fix
2006-01-18 17:55:15.000000000 +0800
+++ linux-2.6.16-rc1/fs/autofs4/expire.c 2006-01-18 17:56:28.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;
}
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs