From owner-cvs-sys Tue Oct 1 22:02:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA02986 for cvs-sys-outgoing; Tue, 1 Oct 1996 22:02:49 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA02830; Tue, 1 Oct 1996 22:01:20 -0700 (PDT) Date: Tue, 1 Oct 1996 22:01:20 -0700 (PDT) From: John Dyson Message-Id: <199610020501.WAA02830@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/10/01 22:01:19 Modified: sys/msdosfs msdosfs_vnops.c Log: MSDOS FS used to allocate a buffer before extending the VM object. In certain error conditions, it is possible for pages to be left allocated in the object beyond it's end. It is generally bad practice to allocate pages beyond the end of an object. Revision Changes Path 1.34 +9 -7 src/sys/msdosfs/msdosfs_vnops.c