Source-Changes-HG archive

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

[src/netbsd-2]: src/doc Ticket 10213.



details:   https://anonhg.NetBSD.org/src/rev/e1db23c5c6e5
branches:  netbsd-2
changeset: 564405:e1db23c5c6e5
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Jan 06 23:55:08 2006 +0000

description:
Ticket 10213.

diffstat:

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

diffs (21 lines):

diff -r 432a3e023775 -r e1db23c5c6e5 doc/CHANGES-2.2
--- a/doc/CHANGES-2.2   Fri Jan 06 23:53:26 2006 +0000
+++ b/doc/CHANGES-2.2   Fri Jan 06 23:55:08 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.2,v 1.1.2.31 2006/01/05 22:40:14 riz Exp $
+#      $NetBSD: CHANGES-2.2,v 1.1.2.32 2006/01/06 23:55:08 riz Exp $
 
 A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.2 
 release
@@ -457,3 +457,11 @@
        all drives are there and allocate DMA ressources for all of them.
        [bouyer, ticket #10212]
 
+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