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;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]