cvs commit: src/sys/kern kern_shutdown.c
Stephan Uphoff
ups at FreeBSD.org
Thu Sep 22 08:34:16 PDT 2005
ups 2005-09-22 15:34:16 UTC
FreeBSD src repository
Modified files:
sys/kern kern_shutdown.c
Log:
Don't pretend to be thread0 when calling sync().
It confuses the lock manager since in some places thread0 is
then used for vnode locking while curthread is used for vnode unlocking.
Found by: Yahoo!
Reviewed by: ps@,jhb@
MFC after: 3 days
Revision Changes Path
1.176 +2 -2 src/sys/kern/kern_shutdown.c
More information about the cvs-src
mailing list