From owner-cvs-sys Mon May 1 16:20:53 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA10655 for cvs-sys-outgoing; Mon, 1 May 1995 16:20:53 -0700 Received: (from dyson@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA10639 ; Mon, 1 May 1995 16:20:32 -0700 Date: Mon, 1 May 1995 16:20:32 -0700 From: John Dyson Message-Id: <199505012320.QAA10639@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk dyson 95/05/01 16:20:31 Modified: sys/ufs/ffs ffs_vfsops.c Log: Limit filesize to the amount that the VM system can currently handle (2GB). If this limit is not imposed, then filesystem corruption will ensue when files larger than 2GB are created. This is temporary, and the underlying limitation will be removed later.