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