Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/15/2007 20:40:29
Module Name: src
Committed By: pooka
Date: Mon Jan 15 20:40:29 UTC 2007
Modified Files:
src/sys/fs/puffs: puffs_subr.c puffs_sys.h puffs_vnops.c
Log Message:
* do not accept the directory cookie as the result of a lookup (otherwise
we'd be locking against ourselves)
* do not accept duplicate cookies when creating new nodes
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.18 -r1.19 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.31 -r1.32 src/sys/fs/puffs/puffs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.