Module Name: src Committed By: dholland Date: Wed Aug 12 18:27:18 UTC 2015
Modified Files: src/sys/ufs/lfs: lfs.h Log Message: Make the inode number in the 64-bit dinode 64 bits wide, like the other lfs64 on-disk inode numbers; I've been doing that since this is a new format and we may as well take the opportunity. This does assume that more than 4 billion files on a single volume becomes desirable; but for an average file size of 10K all that takes is a 40 TB volume, and it's not that hard to make one of those these days if you want to badly enough. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/ufs/lfs/lfs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.