Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/ufs/ufs



Module Name:    src
Committed By:   fvdl
Date:           Fri Mar 21 15:46:33 UTC 2003

Modified Files:
        src/sys/ufs/ufs: ufs_bmap.c

Log Message:
LFS likes to store negative values in the dinode block pointers, so
make sure to cast the value back to int32_t after it was changed
by ufs_rw32, before passing it to blkptrtodb.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 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