Source-Changes archive

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

CVS commit: basesrc/sbin/fsck_ffs



Module Name:    basesrc
Committed By:   lukem
Date:           Mon Sep  3 14:52:19 UTC 2001

Modified Files:
        basesrc/sbin/fsck_ffs: setup.c
        syssrc/sys/ufs/ffs: ffs_bswap.c fs.h

Log Message:
deprecate fs_fscktime; we never used it.

in an effort to maintain compatibility with freebsd/openbsd/whatever,
i'm attempting to get the superblock format in sync, and freebsd uses
the int32_t at this position for `fs_pendinginodes'.

if we ever decide to implement fscktime functionality, we'll:
a) make sure to liaise with the other projects to reserve the same
   spare field
b) actually implement the code this time ...

(this is also preparing us for other changes, like the new dirpref code)


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 basesrc/sbin/fsck_ffs/setup.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/ufs/ffs/ffs_bswap.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/ufs/ffs/fs.h

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