cvs commit: src/sys/kern kern_shutdown.c
Stephan Uphoff
ups at FreeBSD.org
Thu Oct 6 10:53:57 PDT 2005
ups 2005-10-06 17:53:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_shutdown.c
Log:
MFC: 1.176
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.
Approved by: re (scottl@)
Revision Changes Path
1.174.2.2 +2 -2 src/sys/kern/kern_shutdown.c
More information about the cvs-src
mailing list