diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 06:32:15 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 06:32:15 +0000 |
| commit | 862702306bd0252492a444634027fdb365e5494d (patch) | |
| tree | c1a67015350cd075392cc71ce5ac0f487b1e3711 /sys/fs | |
| parent | 51e45326ca64b3f88cef1e24c59ae304a0238a5a (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/specfs/spec_vnops.c | 2 |
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(); |
