Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 06/24/2007 23:02:55
Module Name:	src
Committed By:	pooka
Date:		Sun Jun 24 23:02:55 UTC 2007

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

Log Message:
Since we locate in-memory nodes based on the inode number, stat a
file always after creation to cache the inode number given by the
backend file system.  Otherwise we would not find a newly created
node from incore and create another one.  In practise this was
pretty well hidden by the kernel name cache.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libpuffs/null.c

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