Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   dholland
Date:           Tue Sep 15 14:59:58 UTC 2015

Modified Files:
        src/sbin/newfs_lfs: make_lfs.c
        src/sys/ufs/lfs: lfs.h lfs_accessors.h

Log Message:
Move the header part of struct lfs_direct to its own structure.
(lfs_dirheader)

Take the opportunity to improve the directory generation code in
make_lfs.c. (Everything else was unaffected by virtue of using
accessor functions.)


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sbin/newfs_lfs/make_lfs.c
cvs rdiff -u -r1.186 -r1.187 src/sys/ufs/lfs/lfs.h
cvs rdiff -u -r1.23 -r1.24 src/sys/ufs/lfs/lfs_accessors.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