Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Ticket 10213.
details: https://anonhg.NetBSD.org/src/rev/44c5b40722fc
branches: netbsd-2-0
changeset: 564936:44c5b40722fc
user: riz <riz%NetBSD.org@localhost>
date: Fri Jan 06 23:54:35 2006 +0000
description:
Ticket 10213.
diffstat:
doc/CHANGES-2.0.4 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r d904f5822dd4 -r 44c5b40722fc doc/CHANGES-2.0.4
--- a/doc/CHANGES-2.0.4 Fri Jan 06 23:53:37 2006 +0000
+++ b/doc/CHANGES-2.0.4 Fri Jan 06 23:54:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0.4,v 1.1.2.16 2005/12/29 01:41:36 riz Exp $
+# $NetBSD: CHANGES-2.0.4,v 1.1.2.17 2006/01/06 23:54:35 riz Exp $
A complete list of changes from the NetBSD 2.0.3 update to the NetBSD 2.0.4
update.
@@ -144,3 +144,11 @@
Fix an annoying deadlock involving 3 separate processes.
[chs, ticket #10207]
+sys/fs/union/union_vfsops.c 1.32 via patch
+
+ Change union_unmount() to not play with the fs root vnode explicitly.
+ Let it get recycled along with all of the others. This is important
+ as if the root vnode has already been reclaimed, then we get a panic
+ when we try to vget it. This addresses PR: kern/31382
+ [wrstuden, ticket #10213]
+
Home |
Main Index |
Thread Index |
Old Index