aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-01-03 06:32:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-01-03 06:32:15 +0000
commit862702306bd0252492a444634027fdb365e5494d (patch)
treec1a67015350cd075392cc71ce5ac0f487b1e3711 /sys/fs
parent51e45326ca64b3f88cef1e24c59ae304a0238a5a (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/specfs/spec_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c
index ec5cc4614018..09860dd27dd6 100644
--- a/sys/fs/specfs/spec_vnops.c
+++ b/sys/fs/specfs/spec_vnops.c
@@ -869,7 +869,7 @@ spec_getpages(ap)
cnt.v_vnodepgsin += pcount;
/* Do the input. */
- BUF_STRATEGY(bp);
+ VOP_STRATEGY(bp->b_vp, bp);
s = splbio();