Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 06/07/2007 10:03:12
Module Name: src
Committed By: hannken
Date: Thu Jun 7 10:03:12 UTC 2007
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Dounmount(): rearrange mountlist_slock. vfs_allocate_syncvnode() may sleep
getting a new vnode so it must not be called with this simple_lock taken.
Fixes PR #36395
To generate a diff of this commit:
cvs rdiff -r1.317 -r1.318 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.