[launchd-changes] [23286] trunk/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 29 10:58:25 PDT 2007


Revision: 23286
          http://trac.macosforge.org/projects/launchd/changeset/23286
Author:   zarzycki at apple.com
Date:     2007-06-29 10:58:25 -0700 (Fri, 29 Jun 2007)

Log Message:
-----------
<rdar://problem/5129013> repair dirty journaled boot volumes

Modified Paths:
--------------
    trunk/launchd/src/launchctl.c

Modified: trunk/launchd/src/launchctl.c
===================================================================
--- trunk/launchd/src/launchctl.c	2007-06-29 17:40:58 UTC (rev 23285)
+++ trunk/launchd/src/launchctl.c	2007-06-29 17:58:25 UTC (rev 23286)
@@ -2682,9 +2682,14 @@
 	}
 
 	if (!is_safeboot()) {
+#if 0
+		/* We have disabled this block for now. We need to revisit this optimization after Leopard. */
 		if (sfs.f_flags & MNT_JOURNALED) {
 			goto out;
-		} else if (fwexec(fsck_tool, true) != -1) {
+		}
+#endif
+
+		if (fwexec(fsck_tool, true) != -1) {
 			goto out;
 		}
 	}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070629/064fd070/attachment.html


More information about the launchd-changes mailing list