From owner-cvs-sys Thu May 29 06:29:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA12667 for cvs-sys-outgoing; Thu, 29 May 1997 06:29:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA12626; Thu, 29 May 1997 06:29:19 -0700 (PDT) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA05544; Thu, 29 May 1997 06:29:14 -0700 (PDT) Date: Thu, 29 May 1997 06:29:14 -0700 (PDT) Message-Id: <199705291329.GAA05544@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tegge 1997/05/29 06:29:14 PDT Modified files: sys/miscfs/specfs spec_vnops.c Log: Don't remove the controlling tty from the session if the vnode is being cleaned. This should help for PR kern/3581. Revision Changes Path 1.40 +2 -1 src/sys/miscfs/specfs/spec_vnops.c