Don't manually set b_bufobj, pbgetvp() does this for us.

This commit is contained in:
phk 2004-11-15 08:38:50 +00:00
parent 46a94d62b5
commit a18c9deab4

View File

@ -822,7 +822,6 @@ cluster_wbuild(vp, size, start_lbn, len)
*/
TAILQ_INIT(&bp->b_cluster.cluster_head);
bp->b_bcount = 0;
bp->b_bufobj = tbp->b_bufobj;
bp->b_bufsize = 0;
bp->b_npages = 0;
if (tbp->b_wcred != NOCRED)