parent
bb364f9cc8
commit
47c1f10835
1 changed files with 0 additions and 6 deletions
|
@ -381,11 +381,6 @@ PUBLIC void invalidate(
|
||||||
*===========================================================================*/
|
*===========================================================================*/
|
||||||
int block_write_ok(struct buf *bp)
|
int block_write_ok(struct buf *bp)
|
||||||
{
|
{
|
||||||
/* XXX this check is temporarily disabled as it's incompatible with
|
|
||||||
* updating the sector list in the bootcode. This will change when
|
|
||||||
* we switch to the netbsd-based bootloader.
|
|
||||||
*/
|
|
||||||
#if 0
|
|
||||||
if(superblock.s_dev != bp->b_dev) return 1;
|
if(superblock.s_dev != bp->b_dev) return 1;
|
||||||
|
|
||||||
if(bp->b_blocknr >= super_start && bp->b_blocknr <= super_end) {
|
if(bp->b_blocknr >= super_start && bp->b_blocknr <= super_end) {
|
||||||
|
@ -398,7 +393,6 @@ int block_write_ok(struct buf *bp)
|
||||||
printf("This shouldn't happen.\n");
|
printf("This shouldn't happen.\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue