CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/03 22:15:26
Modified files:
sys/ufs/ext2fs : ext2fs_vfsops.c
Log message:
bread() takes daddr64_t block address, not int32_t, so use correct cast.
bread() always
takes DEV_BSIZE address units so don't bother getting the disklabel and trying
to
convert units to d_secsize. Nukes last references to d_secsize in ufs/.
ok tedu@
