Source-Changes archive

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

CVS commit: src/sbin/fsck_lfs



Module Name:    src
Committed By:   perseant
Date:           Sun Sep 14 19:14:30 UTC 2025

Modified Files:
        src/sbin/fsck_lfs: fsck_vars.h main.c pass5.c utilities.c vars.c

Log Message:
Add -a flag to suppress warnings about discrepancies in avail accounting,
which is common with the -i flag.

Expand the computation of avail if the -d flag is given.  The computation
itself is not changed.

Do not offer to roll forward if the -n flag was given.

Exit with FSCK_EXIT_UNRESOLVED if the -n flag was given and any questions
were asked.  This is helpful when using fsck_lfs as a diagnostic in scripts.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/fsck_lfs/fsck_vars.h
cvs rdiff -u -r1.55 -r1.56 src/sbin/fsck_lfs/main.c
cvs rdiff -u -r1.37 -r1.38 src/sbin/fsck_lfs/pass5.c
cvs rdiff -u -r1.42 -r1.43 src/sbin/fsck_lfs/utilities.c
cvs rdiff -u -r1.19 -r1.20 src/sbin/fsck_lfs/vars.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