Module Name:    src
Committed By:   riz
Date:           Thu Nov 22 18:51:29 UTC 2012

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.1

Log Message:
Ticket 692


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-6.0.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-6.0.1
diff -u src/doc/CHANGES-6.0.1:1.1.2.18 src/doc/CHANGES-6.0.1:1.1.2.19
--- src/doc/CHANGES-6.0.1:1.1.2.18	Thu Nov 22 17:26:58 2012
+++ src/doc/CHANGES-6.0.1	Thu Nov 22 18:51:29 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.18 2012/11/22 17:26:58 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.19 2012/11/22 18:51:29 riz Exp $
 
 A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
 release:
@@ -156,3 +156,11 @@ sys/dev/ic/ciss.c				1.28
 	ciss(4): don't try to handle sensors if there aren't any.
 	[chs, ticket #687]
 
+sys/kern/vfs_vnode.c				1.17
+sys/kern/vfs_vnops.c				1.186
+
+	Resolve races between vget() and vrelel() resulting in vget()
+	resulting in vget() returning dead vnodes.
+	It is impossible to resolve these races in vn_lock().
+	[hannken, ticket #692]
+

Reply via email to