NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49171 CVS commit: src/sys/kern



The following reply was made to PR kern/49171; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49171 CVS commit: src/sys/kern
Date: Fri, 3 Oct 2014 14:45:38 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Fri Oct  3 14:45:38 UTC 2014
 
 Modified Files:
 	src/sys/kern: vfs_vnode.c
 
 Log Message:
 When creating a vnode with vcache_get() mark the vnode VI_CHANGING until
 it is fully initialised.  It may be on the specnode list before it is
 fully initialised and revoking it then would panic.
 
 Should prevent the panic from PR kern/49171 (panic when closing a pty).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.38 -r1.39 src/sys/kern/vfs_vnode.c
 
 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