From owner-cvs-sys Sat Jul 8 23:58:16 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA19607 for cvs-sys-outgoing; Sat, 8 Jul 1995 23:58:16 -0700 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA19597 ; Sat, 8 Jul 1995 23:58:05 -0700 Date: Sat, 8 Jul 1995 23:58:05 -0700 From: David Greenman Message-Id: <199507090658.XAA19597@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_mmap.c vnode_pager.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/07/08 23:58:04 Modified: sys/kern vfs_vnops.c sys/nfs nfs_subs.c sys/vm vm_mmap.c vnode_pager.c Log: Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places that call vnode_pager_alloc() so that a failure return can be dealt with. This fixes a panic seen on NFS clients when a file being opened is deleted on the server before the open completes.