Subject: CVS commit: [netbsd-4] src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/04/2007 20:29:50
Module Name: src
Committed By: bouyer
Date: Thu Jan 4 20:29:50 UTC 2007
Modified Files:
src/regress/sys/fs/tmpfs [netbsd-4]: t_remove
src/sys/fs/tmpfs [netbsd-4]: tmpfs_vnops.c
Log Message:
Pull up following revision(s) (requested by pooka in ticket #324):
regress/sys/fs/tmpfs/t_remove: revision 1.8
sys/fs/tmpfs/tmpfs_vnops.c: revision 1.34
* 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 ".."
* add a test to check that unlink of "." is not succesful
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.2.1 src/regress/sys/fs/tmpfs/t_remove
cvs rdiff -r1.32 -r1.32.2.1 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.