Module Name: src Committed By: dholland Date: Tue Sep 1 06:11:06 UTC 2015
Modified Files: src/sbin/fsck_lfs: pass0.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_debug.c lfs_vfsops.c src/usr.sbin/dumplfs: dumplfs.c Log Message: Make the inode fields in the 64-bit superblock 64 bits wide. Reasoning as before. Note that I am not going through and checking for 64->32 truncations in inode numbers; I'm sure there are quite a few, but that's a project for later. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sbin/fsck_lfs/pass0.c cvs rdiff -u -r1.181 -r1.182 src/sys/ufs/lfs/lfs.h cvs rdiff -u -r1.17 -r1.18 src/sys/ufs/lfs/lfs_accessors.h cvs rdiff -u -r1.52 -r1.53 src/sys/ufs/lfs/lfs_debug.c cvs rdiff -u -r1.343 -r1.344 src/sys/ufs/lfs/lfs_vfsops.c cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/dumplfs/dumplfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.