NetBSD/sys/ufs/ext2fs
mycroft 5ac91d4849 Remove some unnecessary (int32_t) casts that would cause us to screw up the
top bit in block addresses.

Also, change some daddr_t->int32_t casts (mostly as arguments to ufs_rw32(),
where they would get promoted anyway) to u_int32_t.
2004-12-15 07:11:51 +00:00
..
Makefile
ext2fs.h
ext2fs_alloc.c
ext2fs_balloc.c
ext2fs_bmap.c Remove some unnecessary (int32_t) casts that would cause us to screw up the 2004-12-15 07:11:51 +00:00
ext2fs_bswap.c
ext2fs_dinode.h
ext2fs_dir.h
ext2fs_extern.h
ext2fs_inode.c
ext2fs_lookup.c
ext2fs_readwrite.c Remove erroneous KASSERT; i_size is one of the fields mentioned in 2004-11-14 19:42:13 +00:00
ext2fs_subr.c
ext2fs_vfsops.c Put the correct fragment size in struct statvfs. From Kevin Lahey. 2004-11-11 01:32:12 +00:00
ext2fs_vnops.c