[PATCH] autofs4 - fix typo in expire-not-busy-only patch

From: Ian Kent
Date: Wed Jan 18 2006 - 05:10:38 EST



Sorry, this error got through.

Signed-off-by: Ian Kent <raven@xxxxxxxxxx>

--- 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/