Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/sys/kern
Module Name: src
Committed By: snj
Date: Mon Feb 16 03:33:17 UTC 2009
Modified Files:
src/sys/kern [netbsd-5]: vfs_subr.c vfs_syscalls.c
Log Message:
Pull up following revision(s) (requested by enami in ticket #435):
sys/kern/vfs_subr.c: revision 1.368
sys/kern/vfs_syscalls.c: revision 1.385
Make revoke(2) works as before:
- vfs_syscalls.c rev. 1.342 fails to invert condition correcly when
then-clause and else-clause is swapped. Since then, revoke(2) fails
if it is issued by file owner.
- Probably since rev. 1.160 of genfs_vnops.c, revoke(2) fails if it is
applied to non-device file and drops kernel into ddb.
To generate a diff of this commit:
cvs rdiff -r1.357.4.3 -r1.357.4.4 src/sys/kern/vfs_subr.c
cvs rdiff -r1.376.4.1 -r1.376.4.2 src/sys/kern/vfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index