Do not initialize bp->b_pblkno, it is going away.

This commit is contained in:
phk 2003-10-18 17:57:48 +00:00
parent b3eb57c5d4
commit 36a05b5ad5

View File

@ -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;
}