Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/02/2007 11:02:19
Module Name:	src
Committed By:	pooka
Date:		Tue Jan  2 11:02:19 UTC 2007

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

Log Message:
* fix locking gotchas when trying to unlink "."
* return standard EPERM when trying to unlink a directory
* reorder some checks in rmdir avoid problems if trying to rmdir ".."

jmmv ok


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

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