Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/17/2008 18:22:53
Module Name:	src
Committed By:	pooka
Date:		Thu Jan 17 18:22:53 UTC 2008

Modified Files:
	src/sys/fs/tmpfs: tmpfs_vfsops.c

Log Message:
Remove bogus KASSERT: we can't make any assumptions about a dirent's
node in unmount since it might have been freed already.

fixes PR kern/37667.  per discussion with ad & simonb.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/fs/tmpfs/tmpfs_vfsops.c

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