Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Ticket 692



details:   https://anonhg.NetBSD.org/src/rev/9aca7fe6570e
branches:  netbsd-6
changeset: 775498:9aca7fe6570e
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Nov 22 18:51:48 2012 +0000

description:
Ticket 692

diffstat:

 doc/CHANGES-6.1 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 79481e00465e -r 9aca7fe6570e doc/CHANGES-6.1
--- a/doc/CHANGES-6.1   Thu Nov 22 18:50:23 2012 +0000
+++ b/doc/CHANGES-6.1   Thu Nov 22 18:51:48 2012 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index