summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_swap.c')
-rw-r--r--sys/vm/vm_swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c
index 11ca203..5b2b514 100644
--- a/sys/vm/vm_swap.c
+++ b/sys/vm/vm_swap.c
@@ -150,7 +150,7 @@ swapdev_strategy(ap)
}
pbreassignbuf(bp, sp->sw_vp);
splx(s);
- VOP_STRATEGY(bp->b_vp, bp);
+ BUF_STRATEGY(bp);
return 0;
}
OpenPOWER on IntegriCloud