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
24cc9156fe
commit
0eac6a3d06
@ -531,8 +531,6 @@ spec_strategy(ap)
|
|||||||
{
|
{
|
||||||
static int once;
|
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) {
|
if (!once) {
|
||||||
vprint("VOP_STRATEGY on VCHR", ap->a_vp);
|
vprint("VOP_STRATEGY on VCHR", ap->a_vp);
|
||||||
backtrace();
|
backtrace();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user