Do not initialize bp->b_pblkno, it is going away.
This commit is contained in:
parent
b3eb57c5d4
commit
36a05b5ad5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user