K 10 svn:author V 2 dg K 8 svn:date V 27 1995-07-09T06:58:03.000000Z K 7 svn:log V 265 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. END