mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
|
||
|---|---|---|
| .. | ||
| hpfs.h | ||
| hpfs_alsubr.c | ||
| hpfs_ioctl.h | ||
| hpfs_lookup.c | ||
| hpfs_subr.c | ||
| hpfs_subr.h | ||
| hpfs_vfsops.c | ||
| hpfs_vnops.c | ||
| hpfsmount.h | ||