/freebsd/share/man/man9/ |
H A D | VOP_STRATEGY.9 | 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 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 D | smbfs_vnops.c | 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 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 D | msdosfs_vnops.c | 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 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 D | ufs_vnops.c | 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 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
|