--- src/sys/kern/subr_disk.c 2005/09/06 01:21:26 1.19 +++ src/sys/kern/subr_disk.c 2005/09/10 21:01:20 1.20 @@ -836,9 +836,6 @@ diskerr(struct buf *bp, dev_t dev, char (long)(bp->b_blkno + (bp->b_bcount - 1) / DEV_BSIZE)); } if (lp && (blkdone >= 0 || bp->b_bcount <= lp->d_secsize)) { -#ifdef tahoe - sn *= DEV_BSIZE / lp->d_secsize; /* XXX */ -#endif sn += lp->d_partitions[part].p_offset; /* * XXX should add slice offset and not print the slice,