Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/11/2007 18:18:36
Module Name:	src
Committed By:	pooka
Date:		Thu Jan 11 18:18:36 UTC 2007

Modified Files:
	src/lib/libpuffs: puffs.c

Log Message:
For directory renames we need to rename all the child nodes for
the given directory if the file system wants paths (PUFFS_FLAG_BUILDPATH).
Do this by walking the nodelist and adjusting the path prefix of
each matching node.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/lib/libpuffs/puffs.c

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