summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbdmux
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2006-09-20 07:49:28 +0000
committerkib <kib@FreeBSD.org>2006-09-20 07:49:28 +0000
commitedd4f4618e13a37fbad6b145e2058111190b723e (patch)
tree63854aa95376142ef2808452480fc2041de1e4e3 /sys/dev/kbdmux
parent32e23e90df7a476dfa1fdb6c1c52e0f75063f240 (diff)
downloadFreeBSD-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 'sys/dev/kbdmux')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud