Kill setting of b_pfcent - it's unused.

This commit is contained in:
David Greenman 1995-11-19 13:24:00 +00:00
parent f7e522bcd5
commit bb36f58651
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12385

View File

@ -326,7 +326,6 @@ vnstrategy(struct buf *bp)
nbp->b_proc = bp->b_proc;
nbp->b_iodone = vniodone;
nbp->b_vp = vp;
nbp->b_pfcent = (int) bp; /* XXX */
nbp->b_rcred = vn->sc_cred; /* XXX crdup? */
nbp->b_wcred = vn->sc_cred; /* XXX crdup? */
nbp->b_dirtyoff = bp->b_dirtyoff;