linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] autofs4 - fix typo in expire-not-busy-only patch
@ 2006-01-18 10:11 Ian Kent
  0 siblings, 0 replies; only message in thread
From: Ian Kent @ 2006-01-18 10:11 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Kernel Mailing List, autofs mailing list, linux-fsdevel


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;
 			}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-18 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-18 10:11 [PATCH] autofs4 - fix typo in expire-not-busy-only patch Ian Kent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).