diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-10-18 17:57:48 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-10-18 17:57:48 +0000 |
| commit | 06a259faf6053ce85dd8f241f7bac12e7478a289 (patch) | |
| tree | 783c02452541b727eee1571b99b5808ab6fc3cdd /sys/dev/vinum | |
| parent | 3916828f7ba2c3b9d8de52d8938318b9affd2006 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vinum')
| -rw-r--r-- | sys/dev/vinum/vinumrequest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumrequest.c b/sys/dev/vinum/vinumrequest.c index 16d2e93261078..ceb725dde0e1c 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; } |
