Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 1996 09:46:22 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        michaelh@cet.co.jp (Michael Hancock)
Cc:        terry@lambert.org, eric@ms.uky.edu, freebsd-fs@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: vclean (was The VIVA file system)
Message-ID:  <199608281646.JAA26908@phaeton.artisoft.com>
In-Reply-To: <Pine.SV4.3.93.960828083423.25812B-100000@parkplace.cet.co.jp> from "Michael Hancock" at Aug 28, 96 08:37:13 am

next in thread | previous in thread | raw e-mail | index | archive | help
> > Yes.  The number one problem is that the in-place freelist with valid
> > buffers hanging off of them is not recoverable once the inode data has
> > been disassociated.  The vnode is effectively unrecoverable without
> > the buffers being freed.
> 
> This was the point I was missing.  What is disassociating the inode and
> when is it happening?

vfs_subr.c:
/*
 * Disassociate the underlying file system from a vnode.
 */
static void
vclean(struct vnode *vp, int flags, struct proc *p)


Any time vclean is called... 8-(.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608281646.JAA26908>