mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Duh! I misread my handwritte notes: We do _not_ want to asser that
vp == bp->b_vp in specfs, that was the entire point of VOP_SPECSTRATEGY().
This commit is contained in:
parent
cefb5754dd
commit
d5bde314e9
1 changed files with 0 additions and 2 deletions
|
|
@ -531,8 +531,6 @@ spec_strategy(ap)
|
|||
{
|
||||
static int once;
|
||||
|
||||
KASSERT(ap->a_vp == ap->a_bp->b_vp, ("%s(%p != %p)",
|
||||
__func__, ap->a_vp, ap->a_bp->b_vp));
|
||||
if (!once) {
|
||||
vprint("VOP_STRATEGY on VCHR", ap->a_vp);
|
||||
backtrace();
|
||||
|
|
|
|||
Loading…
Reference in a new issue