diff options
author | kib <kib@FreeBSD.org> | 2006-09-20 07:49:28 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2006-09-20 07:49:28 +0000 |
commit | edd4f4618e13a37fbad6b145e2058111190b723e (patch) | |
tree | 63854aa95376142ef2808452480fc2041de1e4e3 /lib/libkvm/kvm.c | |
parent | 32e23e90df7a476dfa1fdb6c1c52e0f75063f240 (diff) | |
download | FreeBSD-src-edd4f4618e13a37fbad6b145e2058111190b723e.zip FreeBSD-src-edd4f4618e13a37fbad6b145e2058111190b723e.tar.gz |
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.
Reported by: Peter Holm
Reviewed by: tegge
Approved by: pjd (mentor)
MFC after: 2 weeks
Diffstat (limited to 'lib/libkvm/kvm.c')
0 files changed, 0 insertions, 0 deletions