Date: Sat, 8 Jul 1995 23:58:05 -0700 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_mmap.c vnode_pager.c Message-ID: <199507090658.XAA19597@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507090658.XAA19597>
