From owner-cvs-sys Sun Oct 22 19:23:57 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16851 for cvs-sys-outgoing; Sun, 22 Oct 1995 19:23:57 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16835 ; Sun, 22 Oct 1995 19:23:33 -0700 Date: Sun, 22 Oct 1995 19:23:33 -0700 From: John Dyson Message-Id: <199510230223.TAA16835@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vnode_pager.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk dyson 95/10/22 19:23:31 Modified: sys/isofs/cd9660 cd9660_vnops.c sys/miscfs/specfs spec_vnops.c specdev.h sys/ufs/ffs ffs_vnops.c sys/ufs/ufs ufs_readwrite.c sys/vm vnode_pager.c Log: Finalize GETPAGES layering scheme. Move the device GETPAGES interface into specfs code. No need at this point to modify the PUTPAGES stuff except in the layered-type (NULL/UNION) filesystems.