Subject: CVS commit: src/sbin/newfs_lfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/11/2004 08:33:53
Module Name: src
Committed By: yamt
Date: Sat Sep 11 08:33:53 UTC 2004
Modified Files:
src/sbin/newfs_lfs: lfs.c
Log Message:
- calculate maxfilesize dynamically rather than having a static table.
- no longer limit filesize to INT32_MAX. file lbns are 64-bit these days.
anyway, on-disk format shouldn't be limited by the kernel internals.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sbin/newfs_lfs/lfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.