Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: enami
Date: Thu Feb 5 13:37:24 UTC 2009
Modified Files:
src/sys/kern: vfs_subr.c vfs_syscalls.c
Log Message:
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.367 -r1.368 src/sys/kern/vfs_subr.c
cvs rdiff -r1.384 -r1.385 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