From owner-cvs-sys Fri Oct 17 05:18:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA07822 for cvs-sys-outgoing; Fri, 17 Oct 1997 05:18:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA07797; Fri, 17 Oct 1997 05:18:02 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA17682; Fri, 17 Oct 1997 05:16:44 -0700 (PDT) Date: Fri, 17 Oct 1997 05:16:44 -0700 (PDT) Message-Id: <199710171216.FAA17682@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 joerg 1997/10/17 05:16:44 PDT Modified files: (Branch: RELENG_2_2) sys/nfs nfs_vfsops.c Log: Only call nfsm_dissect() if there was no previous error. (Merged from -current.) This is a slightly diffent fix than the one in the PR, but will hopefully DTRT. PR: kern/4501 Revision Changes Path 1.30.2.5 +4 -2 src/sys/nfs/nfs_vfsops.c