K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-06-23T22:34:58.000000Z K 7 svn:log V 418 Enforce a 2^31 * PAGE_SIZE file size limit to ensure that large files cannot overflow the vm_pindex_t type. This is not an MFC, since increasing the size of vm_pindex_t as was done in -CURRENT is not useful or appropriate for RELENG_4. Note that on the alpha platform this change is not necessary because vm_pindex_t is 64-bit, but limiting files to 16TB there is unlikely to cause any problems. Submitted by: tegge END