Date: Tue, 1 Oct 1996 22:01:20 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Message-ID: <199610020501.WAA02830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610020501.WAA02830>