aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vn
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-11-19 13:24:00 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-11-19 13:24:00 +0000
commitbb36f5865152e3a4ae4ac3540051cd87b08afe4e (patch)
treec57b028a768bfbdbb3c847b6ba84799be6cbaac0 /sys/dev/vn
parentf7e522bcd575a61189add18353c908e06c3afbcc (diff)
Notes
Diffstat (limited to 'sys/dev/vn')
-rw-r--r--sys/dev/vn/vn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index fe6033e64283..0c7541aebfd6 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -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;