Source-Changes archive

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

CVS commit: src/tests/fs/lfs



Module Name:    src
Committed By:   perseant
Date:           Mon Oct 13 00:44:36 UTC 2025

Modified Files:
        src/tests/fs/lfs: Makefile t_rfw.c
Added Files:
        src/tests/fs/lfs: t_basic.c t_orphan.c util.c util.h

Log Message:
Add test cases to show whether newfs_lfs creates a file system that
fsck_lfs can understand; and whether orphans (files still in use, after
removal, at the time of a system crash) are removed at fs mount time.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/lfs/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/fs/lfs/t_basic.c src/tests/fs/lfs/t_orphan.c \
    src/tests/fs/lfs/util.c src/tests/fs/lfs/util.h
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/lfs/t_rfw.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