Source-Changes archive

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

CVS commit: syssrc/sys/ufs/ffs



Module Name:    syssrc
Committed By:   mycroft
Date:           Wed Apr 10 08:05:15 UTC 2002

Modified Files:
        syssrc/sys/ufs/ffs: ffs_alloc.c ffs_subr.c ffs_vfsops.c

Log Message:
Use blkstofrags() and fragstoblks().  Use &(NBBY-1) rather than %NBBY.
Switch off of fs_fragshift rather than fs_frag (generates better jump tables).


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 syssrc/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/ufs/ffs/ffs_subr.c
cvs rdiff -r1.97 -r1.98 syssrc/sys/ufs/ffs/ffs_vfsops.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