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

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

Log Message:
Ticket 692


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-6.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.1
diff -u src/doc/CHANGES-6.1:1.1.2.35 src/doc/CHANGES-6.1:1.1.2.36
--- src/doc/CHANGES-6.1:1.1.2.35	Thu Nov 22 17:49:07 2012
+++ src/doc/CHANGES-6.1	Thu Nov 22 18:51:48 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.35 2012/11/22 17:49:07 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.36 2012/11/22 18:51:48 riz Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -861,3 +861,11 @@ sys/dev/pci/pcidevs_data.h			regen
 	Match some more devices.
 	[chs, ticket #691]
 
+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