Revision
23286
Author
zarzycki@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

Diff

Modified: trunk/launchd/src/launchctl.c (23285 => 23286)


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