From owner-freebsd-fs Thu Aug 8 14:58:57 2002 Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7986037B400 for ; Thu, 8 Aug 2002 14:58:54 -0700 (PDT) Received: from cs.rpi.edu (mumble.cs.rpi.edu [128.213.8.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DB843E5E for ; Thu, 8 Aug 2002 14:58:53 -0700 (PDT) (envelope-from guptar@cs.rpi.edu) Received: from go.cs.rpi.edu (go.cs.rpi.edu [128.213.12.7]) by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id RAA29924; Thu, 8 Aug 2002 17:58:48 -0400 (EDT) Received: from localhost (guptar@localhost) by go.cs.rpi.edu (8.11.6+Sun/8.9.3) with ESMTP id g78LwmD02256; Thu, 8 Aug 2002 17:58:48 -0400 (EDT) X-Authentication-Warning: go.cs.rpi.edu: guptar owned process doing -bs Date: Thu, 8 Aug 2002 17:58:48 -0400 (EDT) From: Rashim Gupta To: Cc: "David E. Cross" , , Rashim Gupta Subject: Re: vnodes (UFS journaling)? In-Reply-To: <20020808213242.72797.qmail@web21106.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Although as of now we are writing it into a log file on the filesystem, however it should also work for a device On Thu, 8 Aug 2002, Hiten Pandya wrote: > --- Rashim Gupta wrote: > > we are trying to implement a logging facility for the File System. Hence > > we need to open the log file and keep its vnode open throughout the > > duration while the system is mounted. Hence, we cannot free the vnode > > after searching for it using the root file system since we need to access > > it later on. However, if we do not > > return the vnode, then doing an "ls -al" in the dirctory where the log > > file is present hangs the kernel. > > Just wondering, are you planning to use a device, or just a file on a > filesystem for doing the logging? > > -- Hiten Pandya > -- hiten at uk dot freebsd dot org > > __________________________________________________ > Do You Yahoo!? > HotJobs - Search Thousands of New Jobs > http://www.hotjobs.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message