expect the caller to have called pbrelvp() if necessary.

This commit is contained in:
Poul-Henning Kamp 2004-11-15 08:07:26 +00:00
parent 676f3ee26c
commit e8a7bef39e

View File

@ -404,9 +404,6 @@ relpbuf(bp, pfreecnt)
bp->b_wcred = NOCRED;
}
if (bp->b_vp)
pbrelvp(bp);
BUF_UNLOCK(bp);
mtx_lock(&pbuf_mtx);