1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-31 12:13:10 +00:00
freebsd/share
Edward Tomasz Napierala 0da50f6ef8 According to phk@, VOP_STRATEGY should never, _ever_, return
anything other than 0.  Make it so.  This fixes
"panic: VOP_STRATEGY failed bp=0xc320dd90 vp=0xc3b9f648",
encountered when writing to an orphaned filesystem.  Reason
for the panic was the following assert:
KASSERT(i == 0, ("VOP_STRATEGY failed bp=%p vp=%p", bp, bp->b_vp));
at vfs_bio:bufstrategy().

Reviewed by:	scottl, phk
Approved by:	rwatson (mentor)
Sponsored by:	FreeBSD Foundation
2008-12-16 21:13:11 +00:00
..
colldef
dict
doc
examples Add unistd.h to the getosreldate(3) manpage. 2008-09-30 11:25:55 +00:00
info
man According to phk@, VOP_STRATEGY should never, _ever_, return 2008-12-16 21:13:11 +00:00
me
misc o FreeBSD 6.4-RELEASE added. 2008-11-28 19:35:48 +00:00
mk src/sys/dev/usb2/controller/uss820dci_pccard.c 2008-11-19 08:56:35 +00:00
mklocale
monetdef
msgdef
numericdef
security
sendmail
skel
snmp
syscons Add the nordic keyboard layout for Asus eee devices. 2008-10-17 14:07:39 +00:00
tabset
termcap
timedef
zoneinfo MFV of tzdata2008i. 2008-10-28 10:37:40 +00:00
Makefile Whitespace nit 2008-10-08 13:20:02 +00:00
Makefile.inc