kib 2006-10-06 05:06:58 UTC FreeBSD src repository
Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC rev. 1.198: Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(), switch by worklist type contains two for() loops, for D_INDIRDEP and D_PAGEDEP. On error, these loops are exited by break, where the switch actually shall be leaved. Use goto instead of break to reach the error handling code. Approved by: re (kensmith), pjd (mentor) Revision Changes Path 1.181.2.10 +3 -2 src/sys/ufs/ffs/ffs_softdep.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"