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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137720

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);