Source-Changes archive

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

CVS commit: src/sys/ufs/ffs



Module Name:    src
Committed By:   joerg
Date:           Sun Nov 30 16:20:44 UTC 2008

Modified Files:
        src/sys/ufs/ffs: ffs_alloc.c ffs_extern.h ffs_wapbl.c

Log Message:
Split ffs_blkalloc into a frontend that does inode based consistency
checks and a backend that just asserts them. Use the backend in
ffs_wapbl_abort_sync_metadata instead of faking an inode.


To generate a diff of this commit:
cvs rdiff -r1.114 -r1.115 src/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.71 -r1.72 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.8 -r1.9 src/sys/ufs/ffs/ffs_wapbl.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