diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-11-15 08:07:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-11-15 08:07:26 +0000 |
| commit | e8a7bef39ef672d82bab1b45f4c46b15c8501516 (patch) | |
| tree | 5305a3d0dda8fc4fb2369505376fb16f425f28bf /sys/vm | |
| parent | 676f3ee26cd494a82c29e079a2f05d2e85eaa84d (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_pager.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 44a2ba073192f..5d158271eaa95 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -404,9 +404,6 @@ relpbuf(bp, pfreecnt) bp->b_wcred = NOCRED; } - if (bp->b_vp) - pbrelvp(bp); - BUF_UNLOCK(bp); mtx_lock(&pbuf_mtx); |
