diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-01-30 10:06:08 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-01-30 10:06:08 +0000 |
| commit | 4997ad7c1fd5df5938ad5dacf14750b3c028be6b (patch) | |
| tree | d9ac4453dbc614ea91f6ae29aa2e74d3ba1efa79 /sys/miscfs | |
| parent | 8a6d1856983d9d52014196b55f952eb19788ce95 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/specfs/spec_vnops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index 6b33df4777f9..3b9536ddadf2 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -497,6 +497,7 @@ spec_freeblks(ap) bp->b_blkno = ap->a_addr; bp->b_offset = dbtob(ap->a_addr); bp->b_bcount = ap->a_length; + BUF_KERNPROC(bp); DEV_STRATEGY(bp, 0); return (0); } |
