lkml.org 
[lkml]   [2006]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] autofs4 - fix typo in expire-not-busy-only patch

Sorry, this error got through.

Signed-off-by: Ian Kent <raven@themaw.net>

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

\
 
 \ /
  Last update: 2006-01-18 11:14    [W:0.715 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site