From owner-cvs-sys Thu Feb 5 08:43:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15542 for cvs-sys-outgoing; Thu, 5 Feb 1998 08:43:00 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15243; Thu, 5 Feb 1998 08:41:41 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20548; Thu, 5 Feb 1998 08:40:59 -0800 (PST) Date: Thu, 5 Feb 1998 08:40:59 -0800 (PST) Message-Id: <199802051640.IAA20548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/02/05 08:40:58 PST Modified files: sys/nfs nfs_vfsops.c Log: Fix an omission of a line from the previous commit to this file. The problem appeared to be an NFS hang. Revision Changes Path 1.53 +3 -2 src/sys/nfs/nfs_vfsops.c