cvs commit: src/sys/ufs/ffs ffs_softdep.c
Konstantin Belousov
kib at FreeBSD.org
Thu Oct 5 22:07:02 PDT 2006
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
More information about the cvs-src
mailing list