Home
last modified time | relevance | path

Searched hist:"0 da50f6ef89fb2d15bda73c0ad38a70e57c04458" (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/man/man9/
H A DVOP_STRATEGY.9diff 0da50f6ef89fb2d15bda73c0ad38a70e57c04458 Tue Dec 16 22:13:11 CET 2008 Edward Tomasz Napierala <trasz@FreeBSD.org> 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
diff 0da50f6ef89fb2d15bda73c0ad38a70e57c04458 Tue Dec 16 22:13:11 CET 2008 Edward Tomasz Napierala <trasz@FreeBSD.org> 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
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vnops.cdiff 0da50f6ef89fb2d15bda73c0ad38a70e57c04458 Tue Dec 16 22:13:11 CET 2008 Edward Tomasz Napierala <trasz@FreeBSD.org> 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
diff 0da50f6ef89fb2d15bda73c0ad38a70e57c04458 Tue Dec 16 22:13:11 CET 2008 Edward Tomasz Napierala <trasz@FreeBSD.org> 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
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.cdiff 0da50f6ef89fb2d15bda73c0ad38a70e57c04458 Tue Dec 16 22:13:11 CET 2008 Edward Tomasz Napierala <trasz@FreeBSD.org> 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
diff 0da50f6ef89fb2d15bda73c0ad38a70e57c04458 Tue Dec 16 22:13:11 CET 2008 Edward Tomasz Napierala <trasz@FreeBSD.org> 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
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.cdiff 0da50f6ef89fb2d15bda73c0ad38a70e57c04458 Tue Dec 16 22:13:11 CET 2008 Edward Tomasz Napierala <trasz@FreeBSD.org> 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
diff 0da50f6ef89fb2d15bda73c0ad38a70e57c04458 Tue Dec 16 22:13:11 CET 2008 Edward Tomasz Napierala <trasz@FreeBSD.org> 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