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:   yamt
Date:           Sat Jul 12 11:47:06 UTC 2003

Modified Files:
        src/sbin/fsck_lfs: lfs.c

Log Message:
only read superblock (ie. struct dlfs) from disk and
initialize rest of struct lfs by hand.
(this shouldn't cause a real problem since if superblock is valid,
LFS_SBPAD-sizeof(struct dlfs) bytes after it is always zero-filled, though)

PR/22123 (Izumi Tsutsui)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sbin/fsck_lfs/lfs.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