Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ad
Date: Wed May 28 13:35:32 UTC 2008
Modified Files:
src/sys/kern: init_main.c vfs_lockf.c
src/sys/sys: lockf.h
Log Message:
PR kern/38355 lockf deadlock detection is broken after vmlocking
- Fix it; tested with Sun's libMicro.
- Use pool_cache.
- Use a global lock, so the deadlock detection code is safer.
To generate a diff of this commit:
cvs rdiff -r1.356 -r1.357 src/sys/kern/init_main.c
cvs rdiff -r1.64 -r1.65 src/sys/kern/vfs_lockf.c
cvs rdiff -r1.18 -r1.19 src/sys/sys/lockf.h
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