Source-Changes archive

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

CVS commit: src/sys/ufs/lfs



Module Name:    src
Committed By:   perseant
Date:           Tue Mar  8 00:18:22 UTC 2005

Modified Files:
        src/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_bio.c lfs_debug.c lfs_extern.h
            lfs_inode.c lfs_segment.c lfs_subr.c lfs_syscalls.c lfs_vfsops.c
            lfs_vnops.c

Log Message:
Straighten out the maze of ifdefs.  Instead, consolidate all the debugging
stuff under '#ifdef DEBUG', and use sysctl knobs to turn on/off particular
parts of the debugging reporting (if DEBUG is enabled).  Re-enable the LFS
statistics in sysctl, while I'm there.  A bit of a rototill.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.75 -r1.76 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.79 -r1.80 src/sys/ufs/lfs/lfs_bio.c
cvs rdiff -r1.25 -r1.26 src/sys/ufs/lfs/lfs_debug.c
cvs rdiff -r1.63 -r1.64 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.89 -r1.90 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.157 -r1.158 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.49 -r1.50 src/sys/ufs/lfs/lfs_subr.c
cvs rdiff -r1.102 -r1.103 src/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.165 -r1.166 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.135 -r1.136 src/sys/ufs/lfs/lfs_vnops.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