From owner-freebsd-commit Sat Nov 18 17:56:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA02471 for freebsd-commit-outgoing; Sat, 18 Nov 1995 17:56:23 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA02271 for cvs-all-outgoing; Sat, 18 Nov 1995 17:53:40 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA02082 for cvs-sys-outgoing; Sat, 18 Nov 1995 17:50:51 -0800 Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA02070 ; Sat, 18 Nov 1995 17:50:37 -0800 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id SAA15427; Sat, 18 Nov 1995 18:53:02 -0700 Date: Sat, 18 Nov 1995 18:53:02 -0700 From: Nate Williams Message-Id: <199511190153.SAA15427@rocky.sri.MT.net> To: David Greenman Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c In-Reply-To: <199511190142.RAA01703@freefall.freebsd.org> References: <199511190142.RAA01703@freefall.freebsd.org> Sender: owner-commit@FreeBSD.ORG Precedence: bulk > Branch: sys/kern RELENG_2_1_0 > Modified: sys/kern vfs_bio.c > Log: > Add missing splx(s) - from rev 1.70. Note that this change is too late for > 2.1-release. The effects of the missing splx would be seen on NFS clients > with soft or intr mounted filesystems and then only after a timeout had > occurred. Could the NFS bug I reported earlier be related to this fix, since here is the line out of /etc/fstab? fly:/usr5 /usr5 nfs rw,soft,intr Nate