From owner-freebsd-commit Sun Oct 22 19:24:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16873 for freebsd-commit-outgoing; Sun, 22 Oct 1995 19:24:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA16861 for cvs-all-outgoing; Sun, 22 Oct 1995 19:24:00 -0700 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-commit@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.