NetBSD-Bugs archive

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

PR/49171 CVS commit: [netbsd-7] src/sys/kern



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49171 CVS commit: [netbsd-7] src/sys/kern
Date: Sun, 19 Oct 2014 10:02:59 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Oct 19 10:02:59 UTC 2014
 
 Modified Files:
 	src/sys/kern [netbsd-7]: vfs_vnode.c
 
 Log Message:
 Pull up following revision(s) (requested by hannken in ticket #150):
 	sys/kern/vfs_vnode.c: revision 1.39
 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.37 -r1.37.2.1 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