Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs
Module Name: src
Committed By: mycroft
Date: Wed Dec 15 07:11:51 UTC 2004
Modified Files:
src/sys/ufs/ext2fs: ext2fs_bmap.c
src/sys/ufs/ffs: ffs_alloc.c ffs_balloc.c ffs_softdep.c
src/sys/ufs/ufs: ufs_bmap.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/ufs/ext2fs/ext2fs_bmap.c
cvs rdiff -r1.79 -r1.80 src/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.36 -r1.37 src/sys/ufs/ffs/ffs_balloc.c
cvs rdiff -r1.60 -r1.61 src/sys/ufs/ffs/ffs_softdep.c
cvs rdiff -r1.33 -r1.34 src/sys/ufs/ufs/ufs_bmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index