From owner-freebsd-commit Sat Nov 18 17:48:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA01996 for freebsd-commit-outgoing; Sat, 18 Nov 1995 17:48:25 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA01845 for cvs-all-outgoing; Sat, 18 Nov 1995 17:45:37 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA01712 for cvs-sys-outgoing; Sat, 18 Nov 1995 17:42:44 -0800 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA01703 ; Sat, 18 Nov 1995 17:42:36 -0800 Date: Sat, 18 Nov 1995 17:42:36 -0800 From: David Greenman Message-Id: <199511190142.RAA01703@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 95/11/18 17:42:36 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. Submitted by: dyson