diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-11-15 08:06:05 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-11-15 08:06:05 +0000 |
| commit | 676f3ee26cd494a82c29e079a2f05d2e85eaa84d (patch) | |
| tree | 2abf9a39608fdb7dd308ca3846938152e703c9ec /sys/kern/vfs_cluster.c | |
| parent | 492871f5851e846801cdebacfc895c2b3360da53 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index fa3ffee1487b..58ca4c3c4eab 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -556,6 +556,7 @@ cluster_callback(bp) } bufdone(tbp); } + pbrelvp(bp); relpbuf(bp, &cluster_pbuf_freecnt); } |
