Subject: PR/36395 CVS commit: src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: netbsd-bugs
Date: 06/07/2007 10:05:04
The following reply was made to PR kern/36395; it has been noted by GNATS.

From: Juergen Hannken-Illjes <hannken@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36395 CVS commit: src/sys/kern
Date: Thu,  7 Jun 2007 10:03:12 +0000 (UTC)

 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.