From owner-cvs-sys Tue Oct 21 14:03:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09550 for cvs-sys-outgoing; Tue, 21 Oct 1997 14:03:30 -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 OAA09503; Tue, 21 Oct 1997 14:01:42 -0700 (PDT) (envelope-from roberto@FreeBSD.org) From: Ollivier Robert Received: (from roberto@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA09973; Tue, 21 Oct 1997 14:01:36 -0700 (PDT) Date: Tue, 21 Oct 1997 14:01:36 -0700 (PDT) Message-Id: <199710212101.OAA09973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/nullfs null_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 1997/10/21 14:01:35 PDT Modified files: sys/miscfs/nullfs null_vnops.c Log: Fix the file leak bug. The lower layer wasn't informed the vnode was inactive and kept a reference, preventing the blocks to be reclaimed. Changed the comment in null_inactive to reflect the current situation. Reviewed by: phk Revision Changes Path 1.25 +8 -2 src/sys/miscfs/nullfs/null_vnops.c