summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-10-18 17:57:48 +0000
committerphk <phk@FreeBSD.org>2003-10-18 17:57:48 +0000
commit36a05b5ad5c30f886a85e6716866904752747727 (patch)
tree783c02452541b727eee1571b99b5808ab6fc3cdd /sys/dev/vinum
parentb3eb57c5d4e776fd1834e960b774ee2ca7221842 (diff)
downloadFreeBSD-src-36a05b5ad5c30f886a85e6716866904752747727.zip
FreeBSD-src-36a05b5ad5c30f886a85e6716866904752747727.tar.gz
Do not initialize bp->b_pblkno, it is going away.
Diffstat (limited to 'sys/dev/vinum')
-rw-r--r--sys/dev/vinum/vinumrequest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumrequest.c b/sys/dev/vinum/vinumrequest.c
index 16d2e93..ceb725d 100644
--- a/sys/dev/vinum/vinumrequest.c
+++ b/sys/dev/vinum/vinumrequest.c
@@ -1049,7 +1049,6 @@ vinum_bounds_check(struct buf *bp, struct volume *vol)
}
bp->b_bcount = size << DEV_BSHIFT;
}
- bp->b_pblkno = bp->b_blkno;
return 1;
}
OpenPOWER on IntegriCloud