Module Name: src Committed By: dholland Date: Tue Sep 1 06:10:16 UTC 2015
Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/fsck_lfs: lfs.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_vfsops.c Log Message: Add byteswapping to the dinode accessors. This prevents regressions in the ulfs code when switching to the new accessors. Note that while adding byteswapping to the other accessors is straightforward, I haven't done it yet; and that also is not enough to make LFS_EI work, because there are places lying around that bypass the accessors for one reason and another and all of them need to be updated. That is going to have to wait for a later day as LFS_EI is not on the critical path right now. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/libexec/lfs_cleanerd/cleaner.h cvs rdiff -u -r1.50 -r1.51 src/libexec/lfs_cleanerd/lfs_cleanerd.c cvs rdiff -u -r1.58 -r1.59 src/sbin/fsck_lfs/lfs.c cvs rdiff -u -r1.44 -r1.45 src/sbin/newfs_lfs/make_lfs.c cvs rdiff -u -r1.180 -r1.181 src/sys/ufs/lfs/lfs.h cvs rdiff -u -r1.16 -r1.17 src/sys/ufs/lfs/lfs_accessors.h cvs rdiff -u -r1.342 -r1.343 src/sys/ufs/lfs/lfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.