Subject: CVS commit: src/share/examples/puffs/sysctlfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/15/2007 12:59:22
Module Name:	src
Committed By:	pooka
Date:		Thu Feb 15 12:59:22 UTC 2007

Modified Files:
	src/share/examples/puffs/sysctlfs: sysctlfs.c

Log Message:
Use new libpuffs dotdot features to get rid of embedding the directory
hierarchy in the in-memory nodes.  This allows us to easily do
reclaim, since we don't have to worry about reclaiming a node which
has alive children which might want to dotdot lookup later on.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/share/examples/puffs/sysctlfs/sysctlfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.