Date: Fri, 6 Oct 2006 05:06:58 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c Message-ID: <200610060506.k9656wOb091807@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610060506.k9656wOb091807>
